Skip to main content
Glama

Get Task Status

blog_get_status
Read-onlyIdempotent

Retrieve the current status of a blog generation task by task ID, showing progress and final result or error.

Instructions

작업 상태를 조회합니다.

Args:

  • task_id: 조회할 작업 ID

Returns:

  • task_id: 작업 ID

  • status: pending | in_progress | completed | failed

  • progress: 진행률 (0-100)

  • result: 완료 시 결과 (draft, metadata 등)

  • error: 실패 시 오류 메시지

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes조회할 작업 ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNo실패 시 오류 메시지
resultNo완료 시 결과
statusYes작업 상태: pending, in_progress, completed, failed
task_idYes작업 ID
progressYes진행률 (0-100)
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, covering safety. The description adds behavioral context by exposing the status values (pending, in_progress, completed, failed), which imply asynchronous task processing. This is useful beyond the annotations, though the return field list is likely duplicated in the output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded with the primary purpose. However, the Args and Returns sections largely duplicate the input and output schemas, which reduces the efficiency. It is still concise enough for a simple tool, but some content could be trimmed without loss.

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?

For a simple status-polling tool with a single parameter and an existing output schema, the description provides sufficient detail on the returned fields, including status and progress. It is slightly incomplete in that it does not mention the asynchronous nature explicitly, but the status values imply it. Overall, it is complete enough for an agent to invoke the tool correctly.

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 fully documents the single parameter (task_id) with the same description as in the Args section. Since schema coverage is 100%, the description adds no additional semantic value beyond what the schema already provides, aligning with the baseline score of 3.

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: to query task status ("작업 상태를 조회합니다"). This is a specific verb and resource, and it distinctly differentiates from sibling tools like blog_start_draft, blog_apply_feedback, and blog_finalize_draft, which all perform actions rather than status queries.

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 or provide alternatives. The context of sibling tools implies it is meant for checking the status of asynchronous operations (e.g., after starting a draft), but this is only implied, not directly communicated. There is no guidance on when not to use it or how it fits into the workflow.

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/jiwon11/blog-generator-mcp'

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