Pinecone Developer MCP

Official

describe-index-stats

Retrieve detailed statistics and metadata for a Pinecone index and its namespaces to assess performance and structure.

Instructions

Describe the statistics of a Pinecone index and its namespaces

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