Skip to main content
Glama

Needle MCP Server

Official
by needle-ai

needle_list_files

List and monitor documents in a specific Needle collection, retrieving file IDs, processing status, upload dates, and metadata for inventory and search preparation.

Instructions

List all documents stored within a specific Needle collection with their current status. Returns detailed information about each file including: - File ID and name - Processing status (pending, processing, complete, error) - Upload date and metadata Use this tool when you need to: - Inventory available documents - Check processing status of uploads - Get file IDs for reference - Verify document availability before searching Essential for monitoring document processing completion before performing searches.

Input Schema

NameRequiredDescriptionDefault
collection_idYesThe unique collection identifier to list files from

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "The unique collection identifier to list files from", "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