Skip to main content
Glama

Pinecone MCP Server

test.json1.11 kB
{ "tests": [ { "name": "List Indexes", "tool": "list_indexes", "params": {}, "expectedFields": [ "indexes" ], "assertions": [ { "type": "exists", "path": "indexes" } ] }, { "name": "Describe Index Stats", "tool": "describe_index_stats", "params": { "index_name": "test-index" }, "expectedFields": [ "dimension", "indexFullness", "totalVectorCount" ], "assertions": [ { "type": "exists", "path": "dimension" }, { "type": "exists", "path": "totalVectorCount" } ] }, { "name": "Query Vectors", "tool": "query_vectors", "params": { "index_name": "test-index", "vector": [0.1, 0.2, 0.3], "top_k": 5, "include_metadata": true }, "expectedFields": [ "matches" ], "assertions": [ { "type": "exists", "path": "matches" } ] } ] }

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/NimbleBrainInc/mcp-pinecone'

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