Skip to main content
Glama

Needle MCP Server

Official
by needle-ai

needle_get_collection_details

Retrieve detailed metadata for a specific Needle collection, including configuration, creation date, and status. Use this to verify collection details and validate its configuration before performing operations. Requires a valid collection ID.

Instructions

Fetch comprehensive metadata about a specific Needle collection. Provides detailed information about the collection's configuration, creation date, and current status. Use this tool when you need to: - Verify a collection's existence and configuration - Check collection metadata before operations - Get creation date and other attributes Requires a valid collection ID and returns detailed collection metadata. Will error if collection doesn't exist.

Input Schema

NameRequiredDescriptionDefault
collection_idYesThe unique collection identifier returned from needle_create_collection or needle_list_collections

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "The unique collection identifier returned from needle_create_collection or needle_list_collections", "type": "string" } }, "required": [ "collection_id" ], "type": "object" }

You must be authenticated.

Other Tools from Needle MCP Server

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/needle-ai/needle-mcp'

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