Skip to main content
Glama

list_exports

List tracked content exports with metadata including expression, pattern, path, timestamp, and staleness. Optionally filter by glob pattern or display formatted views.

Instructions

List all tracked content exports with metadata.

Returns export entries with expression, pattern, path, timestamp, and staleness indicator. Optional glob filtering matches against expression, pattern, or path.

Arguments

  • glob: any

    • Optional glob pattern to filter exports by expression, pattern, or path.

  • options: array

    • Display options passed to template (e.g. verbose, table). If non-empty, renders formatted output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYesArguments for list_exports tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description must fully disclose behavioral traits. It describes the return fields (expression, pattern, path, timestamp, staleness indicator) and optional filtering, but does not mention whether the operation is read-only, auth requirements, or any potential side effects, leaving behavioral gaps.

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

Conciseness4/5

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

The description is concise at 4 sentences, with the purpose front-loaded. However, it includes a markdown argument list that duplicates schema information, which is slightly redundant but not excessive.

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?

Given the tool's low complexity and existence of an output schema, the description adequately covers return fields. However, it omits details on pagination, error handling, and safe vs. side-effect behavior, leaving some contextual gaps.

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 coverage is 100%, so baseline is 3. The description repeats the schema descriptions verbatim for both 'glob' and 'options' parameters, adding no new meaning beyond what is already in the input schema.

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 clearly states 'List all tracked content exports with metadata,' specifying the verb and resource. Given sibling tools like list_projects and list_resources, it effectively distinguishes itself as an export-specific listing tool.

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

Usage Guidelines3/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives. It mentions optional glob filtering but lacks context on use cases or when not to use it, relying solely on the implied purpose of listing exports.

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

Install Server

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/deeprave/mcp-guide'

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