Skip to main content
Glama

catalog_export_status

Check the status of a Marketplace export operation. Retrieve status, charge info, and error messages by providing model ID and export ID.

Instructions

Check the status of a Marketplace export operation. Returns status, charge info, and any error messages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_idYesCatalog model ID (UUID)
export_idYesExport operation ID (UUID)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns 'status, charge info, and any error messages', which gives some behavioral insight. However, it does not specify whether the operation is read-only, idempotent, or requires authentication, leaving gaps in transparency.

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 extremely concise with two short sentences: the first states the purpose, the second lists what is returned. Every word is necessary, and no fluff is present.

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 simplicity (two required UUID parameters, no output schema), the description covers the basic return values. However, it lacks context such as the need to call export_catalog_model first, whether polling is safe, or how to interpret errors. It is adequate but not fully comprehensive.

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 base score is 3. The description adds no additional semantic information about the parameters (model_id and export_id) beyond what the schema already provides. It does not clarify their format or relationship beyond UUIDs.

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 'Check the status of a Marketplace export operation', specifying the verb (check), resource (status of export operation), and scope (Marketplace). It distinguishes this tool from sibling status tools like job_status or evaluation_status by being specific to Marketplace export operations.

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 explicitly state when to use this tool versus alternatives or mention prerequisites. While it's implied that it should be used after initiating an export via export_catalog_model, there is no direct guidance. The name helps, but explicit usage context would improve clarity.

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/cerebrixos-org/tuning-engines-cli'

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