Skip to main content
Glama

Pinecone Developer MCP

Official
by pinecone-io

describe-index

Retrieve and display the configuration details of a specified Pinecone index using Pinecone Developer MCP. Understand index settings and structure for efficient management.

Instructions

Describe the configuration of a Pinecone index

Input Schema

NameRequiredDescriptionDefault
nameYesThe index to describe.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The index to describe.", "type": "string" } }, "required": [ "name" ], "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