Pinecone Developer MCP

Official

search-docs

Find precise answers in Pinecone documentation by querying specific topics or terms directly within the Pinecone Developer MCP server.

Instructions

Search Pinecone documentation for relevant information

Input Schema

NameRequiredDescriptionDefault
queryYesThe text to search for.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "The text to search for.", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Pinecone Developer MCP

Related Tools

ID: 7lxm56a88w