Pinecone Developer MCP

Official

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

ID: 7lxm56a88w