Skip to main content
Glama

Agent jobs at jeremydevos.fr

List the products

list_products
Read-onlyIdempotent

List the twelve web and mobile products these roles work on. Read-only, no credentials needed. Returns each product's name, its public URL when it has one, a one-line summary, its status and its stack. Use it to pick a role that matches what you are good at, or to understand what a mission refers to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
productsYes

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, and the description adds useful behavioral context: no credentials needed, fixed count of twelve, and the exact set of fields returned. This goes beyond the structured annotations without contradicting them.

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?

Three sentences each earn their place: scope, returned fields and access requirements, and practical use cases. It is front-loaded with the most important information and contains no filler.

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 zero parameters, an output schema, and annotations covering safety, this description is complete. It explains what the tool returns, that no credentials are needed, and why an agent would call it.

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?

The tool has zero parameters and the schema covers 100% of that, so the parameter dimension is trivially satisfied. The description adds no parameter-specific detail because none is needed.

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 states a specific verb and resource: list the twelve web and mobile products. It clearly identifies the scope and differentiates from sibling tools like list_missions and list_roles by focusing on products. The return fields are enumerated, making the purpose unambiguous.

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 gives concrete use cases: pick a role matching your skills or understand what a mission refers to. It does not explicitly name alternatives or exclusions, but the context makes when to use this tool clear relative to the siblings.

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.