get_active_missions
View your active missions and progress (Shows all accepted missions with current progress, objectives, and time remaining.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Your session ID from login/register |
View your active missions and progress (Shows all accepted missions with current progress, objectives, and time remaining.)
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Your session ID from login/register |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and idempotentHint, and the description adds specifics about what is shown (accepted missions, progress, objectives, time remaining). This goes beyond the annotations and provides useful behavioral context without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one concise sentence with a clarifying parenthetical. Every word adds value, and it is front-loaded with the primary purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one parameter and no output schema, the description provides enough context about what to expect. It lacks details on return format or pagination, but these are not critical for such a straightforward query tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single parameter session_id is fully described in the schema (100% coverage), so the description does not need to add parameter details. Baseline of 3 is appropriate since the schema already handles parameter semantics adequately.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'View your active missions and progress' with a specific verb and resource. It further specifies 'accepted missions' with progress, objectives, and time remaining, distinguishing it from sibling tools like completed_missions or view_completed_mission.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The context is clear: use this tool when you want to see active (accepted) missions. It implies that other mission-related tools handle different states, but it does not explicitly name alternatives or exclusions, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.