Skip to main content
Glama
brothaakhee

groundtruther-mcp

by brothaakhee

check_mission_status

Check the current status of your mission to monitor progress, see if a worker has claimed it, or verify proof submission for review.

Instructions

Check the current status and full details of a mission you created.

Use this to monitor progress, see if a worker has claimed your mission, or check if proof has been submitted for your review.

Mission lifecycle: OPEN -> CLAIMED -> IN_PROGRESS -> PROOF_SUBMITTED -> COMPLETED Missions can also be CANCELLED or EXPIRED at various stages.

When status is PROOF_SUBMITTED, you should review the proof and either approve_mission or reject_mission promptly — workers are waiting on payment.

Args: mission_uuid: The UUID returned when you created the mission

Returns: JSON string with full mission details or error message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mission_uuidYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the lifecycle states and that it returns full details. However, it does not explicitly state that the tool is read-only or mention any side effects. The behavioral context is mostly covered.

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?

Well-structured with sections for purpose, usage, lifecycle, parameter, and returns. Every sentence adds value, though the motivational note about workers waiting on payment is slightly extraneous. Still very good.

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 simplicity (1 param, output schema exists), the description covers all needed aspects: purpose, usage, lifecycle, parameter explanation, and return format. It also provides guidance on subsequent actions.

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

Parameters5/5

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

Schema coverage is 0%, so description must explain the parameter. It does so clearly: 'mission_uuid: The UUID returned when you created the mission', adding where the value comes from and its uniqueness.

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 verb 'Check', the resource 'mission', and the scope 'you created'. It distinguishes from sibling tools like approve_mission or cancel_mission by focusing on status monitoring.

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?

Explicitly lists when to use: monitor progress, check claim, check proof submission. Also advises on follow-up actions for PROOF_SUBMITTED status, directing to approve_mission or reject_mission. This differentiates it from other tools.

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/brothaakhee/groundtruther-mcp'

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