Skip to main content
Glama

list_documents

Get a complete list of documents in a Locus dataspace by providing its name. Quickly review stored content to manage your semantic knowledge base.

Instructions

List all documents in a Locus dataspace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spaceYesName of the dataspace

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only says 'List all documents' without explaining pagination, whether full document contents or metadata are returned, or any rate limits or read-only guarantees. This is a significant gap for a list operation.

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?

The description is a single, front-loaded sentence with no redundancy or filler. Every word contributes to the core purpose, making it highly concise and well-structured.

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 1-parameter list operation, the description is minimally viable but incomplete. It does not mention expected return shape, pagination, or whether the output includes document metadata or content. Given there is no output schema and no annotations, more behavioral context would be needed for full completeness.

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?

The schema already provides 100% coverage for the only parameter, 'space', describing it as 'Name of the dataspace'. The description adds the phrase 'Locus dataspace', which reinforces the parameter's meaning but does not provide additional syntactic or semantic detail beyond the schema. Baseline 3 is appropriate.

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

Purpose4/5

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

The description states a clear verb and resource: 'List all documents in a Locus dataspace.' It is more specific than simple 'List documents' by including the scope 'all' and the dataspace context. However, it does not explicitly differentiate from sibling tools like get_document or search, which would have earned a 5.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives such as search or get_document. There is no mention of use cases, exclusions, or conditions that would make this tool the appropriate choice. The intended usage is only implied by the verb 'List'.

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