Skip to main content
Glama

WeJob

Search WeJob jobs

wejob_search_jobs
Read-only

Search public active WeJob job offers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoOptional public result sort order.
limitNoMaximum number of results.
queryNoSearch query.
skillsNoComma-separated skills filter.
companyNoCompany filter.
locationNoLocation filter.
languagesNoComma-separated language filter, for example Anglais, English, en.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / sort
      Added value: +{
      +  "description": "Optional public result sort order.",
      +  "enum": [
      +    "newest",
      +    "oldest",
      +    "deadline_soon",
      +    "deadline_later",
      +    "price_asc",
      +    "price_desc",
      +    "smallest",
      +    "largest",
      +    "founded_newest",
      +    "founded_oldest",
      +    "most_jobs"
      +  ],
      +  "type": "string"
      +}
  2. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare the tool as read-only and non-destructive; the description adds the 'public active' filter, which provides useful behavioral context beyond annotations. However, it does not disclose potential pagination, rate limits, or result format.

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 a single, concise sentence of five words with no redundancy or extraneous information. It is front-loaded and efficiently conveys the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of a detailed input schema, output schema, and annotations, the description sufficiently covers the tool's purpose. It does not need to explain return values as the output schema exists. Minor gaps (e.g., no mention of pagination) do not detract significantly.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all 7 parameters with individual descriptions (e.g., sort enum options, limit constraints). The tool description itself adds no additional parameter meaning beyond the schema, meeting the baseline.

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 action ('Search') and the resource ('public active WeJob job offers'). It implicitly distinguishes from sibling tools (e.g., wejob_get_job for single job, wejob_search_companies for companies) by specifying 'job offers', 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 Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like wejob_get_job or the generic 'search' tool. It lacks explicit context on when not to use it or what the typical workflow might be.

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.