Skip to main content
Glama

Story map run status

get_map_run_status
Read-onlyIdempotent

Monitor the progress of a story map run. Get status updates from pending to completed, including pages crawled and proposal details.

Instructions

Get the status and results of a story_map_run (pending → running → completed/failed). Returns pages_crawled, proposal_id (once done), and cursor_pr_url if Cursor Cloud refined the draft.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesProject id
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint. The description adds valuable behavioral context: state transitions, return fields (pages_crawled, proposal_id, cursor_pr_url), and condition for cursor_pr_url. No contradictions.

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?

Two sentences, highly concise. The key purpose is front-loaded, and every word adds meaningful detail. No unnecessary elaboration.

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?

Despite no output schema, the description covers return values fully (pages_crawled, proposal_id, cursor_pr_url) and state lifecycle. Single required parameter, no complex structures; description is complete for the tool's functionality.

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?

Only one parameter (projectId), schema description coverage is 100%. The description adds no further semantics to the parameter beyond what the schema provides. Baseline score applies.

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 it gets the status of a story_map_run with the progression pending→running→completed/failed, and lists specific return fields. It distinguishes this as a status-checking tool, separate from sibling tools like map_user_stories which initiate runs.

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 after initiating a story_map_run but does not explicitly state when to use or when to avoid (e.g., after completion, or alternatives like get_qa_story_run). No exclusion criteria or guidance on when not to use.

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/kensaurus/mushi-mushi'

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