Skip to main content
Glama

Pinecone Developer MCP

Official
by pinecone-io

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

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