Skip to main content
Glama
sablier-ai

Sablier MCP Server

Official
by sablier-ai

check_flow_job

Read-only

Check the status and progress of an async Flow job. If completed, retrieve results using get_flow_results.

Instructions

Check the status of an async Flow job (training, generation, or validation). Returns status ('running', 'completed', 'failed') and progress details. Does NOT return results — when completed, call get_flow_results(job_id) to fetch data. Call this ONCE, report status to the user, then STOP — do not poll in a loop. Typical times: training 5-15 min, generation 1-3 min, validation 3-5 min.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesJob ID returned by train_flow_model or other flow tools
job_typeNoType of job: 'train' (default), 'generate', or 'validate'.train

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses critical behavioral details: the returned statuses ('running', 'completed', 'failed'), that it does not return results, typical duration expectations (training 5-15 min, etc.), and the instruction not to poll. This significantly enriches the agent's understanding of expected behavior.

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 succinct, front-loaded with the action and purpose, and each sentence delivers necessary information: status response, result exclusion, and usage guidelines. No filler or redundancy exists.

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

Completeness5/5

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

Given the tool's simple nature and the presence of an output schema, the description covers all necessary context: what the tool does, what it returns, when to call it, how often to call it, and where to go for results. The typical time estimates add practical context for user interaction.

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 input schema already documents both parameters with complete descriptions (100% coverage), including job_id's origin and job_type's allowed values. The tool description does not add substantial parameter-level detail beyond what the schema provides, so it meets the baseline expectation without innovating.

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 with a specific verb and resource: 'Check the status of an async Flow job'. It explicitly distinguishes from the sibling tool by stating 'Does NOT return results — when completed, call get_flow_results(job_id)', making its role unambiguous.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance, including when to use it ('Check the status...'), when to use an alternative ('Does NOT return results — when completed, call get_flow_results(job_id)'), and a strong directive to avoid polling ('Call this ONCE, report status to the user, then STOP — do not poll in a loop'). This fully addresses usage context.

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/sablier-ai/sablier-mcp'

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