Skip to main content
Glama

Pinecone Developer MCP

Official
by pinecone-io

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinecone-io/pinecone-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server