Skip to main content
Glama
tealfabric

Tealfabric MCP Server for Cursor

Official
by tealfabric

tealfabric_list_documents

List documents in any Tealfabric directory by path or tenant to locate and manage package files.

Instructions

List documents/files in a Tealfabric documents directory. Use for browsing package files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoDirectory path (e.g. packages/, or root if omitted)
tenant_idNoTenant ID (defaults to authenticated tenant)
Install Server

TDQS

A3.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full behavioral disclosure burden. It says the tool lists items but does not disclose return shape, pagination, sorting, recursive behavior, permissions, or whether it is purely read-only. These gaps matter for a tool with no output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences, front-loaded with the main action, and no filler. Every word adds value. The one slight redundancy ('documents/files') does not materially hurt clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with no output schema and no annotations, the description adequately states the core purpose but omits details about the response format and listing behavior. That leaves the agent with some uncertainty about what exactly will be returned.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents both `path` and `tenant_id` well. The description adds only the high-level context that this is about browsing package files, which does not meaningfully extend the parameter semantics. Baseline 3 is appropriate here.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('List') and a clear resource ('documents/files in a Tealfabric documents directory'). It also states the primary use case ('browsing package files'), which separates it from document operations like download, upload, or metadata retrieval among the siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Directly states when to use the tool: 'Use for browsing package files.' This gives clear contextual guidance, even though it does not explicitly name alternatives or exclusions. For a simple listing tool this is sufficient to route an agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/tealfabric/cursor-mcp-tealfabric'

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