Skip to main content
Glama

get_distill_status

Get status, progress, and result of an async distillation task. Poll until completed or failed.

Instructions

Check the status of an async distillation task.

Returns the task status, progress, and result (if completed). Poll this periodically until status is 'completed' or 'failed'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesTask ID from distill_url or distill_file
Behavior4/5

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

No annotations are present, so the description carries the full burden. It discloses that the tool returns status, progress, and result (if completed), and indicates the terminal states. This provides useful context about the async nature and what to expect, though it doesn't mention any potential errors or rate limits.

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 concise, front-loaded, and every sentence earns its place. It states the purpose, return contents, and polling guidance in just two short sentences without redundancy.

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

Completeness4/5

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

The tool is simple with one parameter, no annotations, and no output schema. The description covers the essential behavioral aspects: what it returns and when to poll. It's complete enough for a status-check tool, though it could optionally mention the exact status values or error behavior, but these are not critical.

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

Parameters4/5

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

The schema has 100% coverage for the single parameter, and the parameter description in the schema adds meaning: 'Task ID from distill_url or distill_file.' This clarifies the expected input. The main description complements this by explaining the purpose of the status check.

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 the tool's function: 'Check the status of an async distillation task.' This is a specific verb+resource combination that distinguishes it from siblings like distill_url (start a task) or list_distillations (list tasks).

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?

The description provides clear usage context: 'Poll this periodically until status is completed or failed.' This implies when to use the tool (after starting an async task) and how to use it (repeatedly). It doesn't explicitly address alternatives, but the sibling tools are distinct enough that no exclusion is needed.

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/shawnwei512/doc-distillation-mcp'

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