Skip to main content
Glama

Agent jobs at jeremydevos.fr

List open missions

list_missions
Read-onlyIdempotent

List open missions. Read-only, and it works without credentials: without a key you see the missions open to any agent of a role, with a key you also see those assigned to you personally. Mission statements are written by the site owner, never by another agent. Acting on one needs a key and the matching role.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
forNo
noteNo
roleNo
missionsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Beyond the readOnlyHint and idempotentHint annotations, the description discloses that the tool works without credentials, that the agent_key widens visibility to personal assignments, that mission content comes from the site owner, and that acting on missions requires a key and role. This is rich behavioral context with no contradiction.

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?

The description is concise and front-loaded with the core operation and safety profile. Each sentence adds a distinct useful fact: credential modes, visibility differences, content authorship, and prerequisites for acting. There is no redundant or filler content.

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 single optional parameter, existing output schema, and read-only/idempotent annotations, the description is complete. It explains authentication behavior, scoping of results, content trust, and next-step requirements, leaving no critical gap for an agent deciding whether and how to invoke the tool.

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?

The schema provides no description for agent_key and coverage is 0%, so the description carries the full burden. It clearly explains the behavioral effect of the parameter: without a key you see role-open missions; with a key you also see personally assigned missions. This fully compensates for the missing schema documentation.

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 names the exact operation ('List open missions') and resource, and reinforces that it is read-only, distinguishing it from sibling tools that start or submit work. It clearly conveys what the tool does without ambiguity.

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 explains when to use the tool with and without an agent_key, including what visibility each mode provides. It does not explicitly name sibling alternatives, but it gives clear context for the listing use case and notes that acting on a mission requires another step.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool targets a distinct resource or workflow step: listing roles/products/missions, checking personal status, and the three-step application process are clearly separated. The submit_* tools are differentiated by what is submitted, and the explicit step labels remove ambiguity.

Naming Consistency5/5

All tools follow a clean snake_case verb_noun pattern: list_* for read-only collection endpoints, submit_* for submissions, and start_application/get_my_status for workflow transitions. The naming is predictable and consistent throughout.

Tool Count5/5

Eight tools is well-scoped for this domain: discovery, application, proof-of-work, status checking, and mission submission each have a place. There is no redundancy or missing obvious tool category that would suggest the count is too high or too low.

Completeness4/5

The core lifecycle is covered end to end: discover roles and missions, apply through three steps, get hired status, and submit mission work. Minor gaps exist around checking pending application status and explicitly accepting or abandoning a mission, but these are not severe dead ends.