Skip to main content
Glama
brothaakhee

groundtruther-mcp

by brothaakhee

list_my_missions

List your missions with optional filtering by status or category to quickly identify those requiring your review, such as proof submissions awaiting action.

Instructions

List all missions you have created, with optional filtering.

Use this to get an overview of your active and past missions. Good practice: regularly check for missions in PROOF_SUBMITTED status — these need your review. Workers are waiting on payment and ratings.

Args: status: Filter by status — "OPEN", "CLAIMED", "IN_PROGRESS", "PROOF_SUBMITTED", "COMPLETED", "CANCELLED" category: Filter by category — "PHYSICAL_WORLD", "IDENTITY_LEGAL", "OFFLINE_GATED", "EMBODIED_JUDGMENT", "SOCIAL_RELATIONAL", "EXPERT_CURATION", "DELIVERY", "DIGITAL_REMOTE"

Returns: JSON string with list of missions. Each mission includes UUID, title, status, budget, and creation date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool lists user-created missions with optional filtering, which implies read-only behavior. However, it does not mention pagination, rate limits, or any edge cases. The behavior is adequately described for a simple list tool.

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 concise and well-structured with clear 'Args:' and 'Returns:' sections. It front-loads the purpose and usage guidance, but the additional details are efficient and add value without being verbose.

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?

For a simple listing tool with two optional parameters and an output schema, the description covers everything needed: purpose, when to use, parameter details, and return structure. It is fully sufficient for correct invocation.

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

Parameters4/5

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

Schema description coverage is 0%, but the description adds detailed explanations for both parameters, including a list of valid enum values for status and category. This goes well beyond the bare schema which only specifies type and default.

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 'List all missions you have created, with optional filtering.' It uses a specific verb (list) and resource (missions you have created), and differentiates from sibling tools like check_mission_status.

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 includes explicit usage guidance: 'Use this to get an overview of your active and past missions. Good practice: regularly check for missions in PROOF_SUBMITTED status — these need your review.' This tells when to use the tool and provides a concrete workflow hint.

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