Skip to main content
Glama
xiaoq-in

xiaoflow mcp server

Get Keyword Expansion Status

get_keyword_expansion_status
Read-onlyIdempotent

Poll a keyword expansion task to check its status and retrieve accumulated results, including live search volume, CPC, competition, and trends.

Instructions

Poll a round-based expansion task and optionally return its results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesNumeric task identifier returned by start_keyword_expansion.
include_resultsNoWhen true, include accumulated expansion results with task status.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoTask or request failure description.
statusYesqueued, running, completed, or failed.
resultsNoAccumulated keyword results when requested.
successYesWhether task status was retrieved.
task_idYesExpansion task identifier.
progressNoCompletion percentage from 0 to 100.
Behavior4/5

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

The annotations already declare read-only, idempotent, and non-destructive behavior. The description adds 'round-based' and 'optionally return its results', which provides additional behavioral context beyond the annotations.

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 a single, front-loaded sentence with no waste. It could be slightly expanded with usage guidance, but it is appropriately concise.

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 description covers the essential action and optional behavior. With annotations and an existing output schema, it is sufficiently complete for a polling tool.

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?

Schema coverage is 100%, so the baseline is 3. The description does not add extra meaning beyond the schema for parameters; it merely restates the polling and optional result inclusion.

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 action ('Poll') and the resource ('a round-based expansion task'), which distinguishes it from sibling tools like start_keyword_expansion that initiate 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 implies that this tool is used after starting an expansion task, providing clear context for its usage. It does not explicitly state when not to use it or name alternatives, but the sibling list provides enough differentiation.

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/xiaoq-in/xiaoflow-mcp'

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