Skip to main content
Glama

mcp_job_status

Retrieve status and results for long-running MCP jobs like ETCH and NEXUS operations within the WorkFlowy integration server.

Instructions

Get status/result for long-running MCP jobs (ETCH, NEXUS, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/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 mentions the tool retrieves status/results but does not disclose behavioral traits such as whether it requires authentication, has rate limits, what happens if the job is incomplete, or the format of the returned data. This leaves significant gaps for a tool handling potentially complex job states.

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 a single, efficient sentence that front-loads the core purpose with no wasted words. It uses examples ('ETCH, NEXUS, etc.') to add context without verbosity, making it appropriately sized for its function.

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 has an output schema (which reduces the need to describe return values) but no annotations and low parameter coverage, the description is somewhat complete for a basic status-check tool. However, it lacks details on job lifecycle, error handling, or integration with sibling tools, leaving room for improvement in contextual richness.

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

Parameters2/5

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

The input schema has 1 parameter with 0% description coverage, and the description does not add any meaning about the 'job_id' parameter. It fails to explain what a job ID is, how to obtain it, or what happens if it's null (the default). With low schema coverage, the description does not compensate for the lack of parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Get') and resource ('status/result for long-running MCP jobs'), with examples like 'ETCH, NEXUS, etc.' providing specificity. However, it does not explicitly distinguish this tool from sibling tools like 'mcp_cancel_job' or 'nexus_list_exploration_sessions', which might also relate to job management.

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 implies usage for checking status/results of long-running jobs, suggesting it should be used after initiating such jobs. However, it lacks explicit guidance on when to use this versus alternatives like 'mcp_cancel_job' or other job-related tools, and does not specify prerequisites or exclusions.

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/daniel347x/workflowy-mcp-fixed'

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