get_timeline_export
Poll for the status of a timeline export until it completes or fails.
Instructions
Get timeline export status. Poll until done or failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timelineId | Yes |
Poll for the status of a timeline export until it completes or fails.
Get timeline export status. Poll until done or failed.
| Name | Required | Description | Default |
|---|---|---|---|
| timelineId | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint and idempotentHint, so safety is clear. The description adds the polling behavior, which is valuable context beyond annotations. However, it does not disclose details like rate limits or error handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise with only two short sentences, each earning its place. The purpose is front-loaded, making it easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity and lack of output schema, the description covers the basic action but omits expected response fields (e.g., what 'done' or 'failed' looks like). This information is critical for a polling tool but is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0% and the description provides no additional meaning for the single required parameter 'timelineId'. The agent must rely on the parameter name alone, which is insufficient for unambiguous usage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get timeline export status') and indicates polling behavior ('Poll until done or failed'). However, it does not explicitly differentiate from similar sibling tools like 'get_export', though the 'timeline' prefix provides some distinction.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description hints at usage (polling) but does not specify when to use versus alternatives (e.g., create_timeline_export to initiate the export). No exclusions or context for when not to use are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/edpreble/riverside-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server