Skip to main content
Glama

WeJob

Fetch WeJob item

fetch
Read-only

Fetch a public WeJob item by id. Supported id prefixes: job:, formation:, company:.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesResult id returned by search.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
jobsNo
logoNo
priceNo
titleYes
salaryNo
valuesNo
companyNo
contactNo
cultureNo
missionNo
profileNo
programNo
websiteNo
benefitsNo
durationNo
end_dateNo
industryNo
locationNo
languagesNo
locationsNo
work_modeNo
categoriesNo
formationsNo
founded_atNo
start_dateNo
tech_stackNo
descriptionNo
company_sizeNo
activity_rateNo
prerequisitesNo
contract_typesNo
formation_modeNo
business_sectorNo
experience_levelNo
responsibilitiesNo
expertise_domainsNo
learning_outcomesNo
certification_typeNo
nice_to_have_skillsNo
application_deadlineNo
required_hard_skillsNo
required_soft_skillsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and destructiveHint. The description adds that the tool fetches 'public' items and specifies valid id prefixes, providing behavioral context beyond the annotations.

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?

Two concise sentences: first stating purpose, second adding key constraint. No wasted words, efficiently front-loaded with essential information.

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 tool's simplicity (1 param, output schema present, annotations covering safety), the description covers fetching behavior and id format. Minor gaps like error behavior are acceptable for this low complexity.

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 for 'id' is vague ('Result id returned by search'). The description adds meaningful constraints by listing supported prefixes, enhancing understanding beyond the schema.

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?

Description clearly states it fetches a public WeJob item by id, with specific id prefixes (job:, formation:, company:) that distinguish it from sibling tools like wejob_get_company, etc.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

The description implies when to use the tool (when you have an id with a known prefix) but does not explicitly contrast with the more specific sibling get tools or provide exclusion criteria.

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.