Tools that your AI agent can use through this MCP server to interact with Pinecone
Writes vectors into a namespace. If a new value is upserted for an existing vector ID, it will overwrite the previous value. See the documentation.
Updates vector in a namespace. If a value is included, it will overwrite the previous value. See the documentation.
Searches a namespace, using a query vector. It retrieves the ids of the most similar items in a namespace, along with their similarity scores. See the documentation.
Looks up and returns vectors by ID, from a single namespace.. See the documentation.
Deletes one or more vectors by ID, from a single namespace. See the documentation.