Skip to main content
Glama

WeJob

Get WeJob job

wejob_get_job
Read-only

Fetch one public active WeJob job offer by public id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPublic job id.

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

A3.9/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, so the agent knows it's safe. The description adds the 'public active' constraint, which is useful behavioral context, but does not discuss error handling or other traits beyond that.

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, front-loaded sentence with no unnecessary words. Every part adds value, making it highly concise.

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?

For a simple fetch tool with one parameter and an output schema, the description is complete. It specifies what is fetched (public active job offer) and by what identifier, leaving no critical gaps.

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 coverage is 100% and the parameter 'id' is described in the schema as 'Public job id.' The description repeats this without adding new meaning, so it meets the baseline but does not enhance it.

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 tool fetches a single job offer by public id. It uses specific verb 'Fetch' and resource 'one public active WeJob job offer', distinguishing it from sibling tools like wejob_search_jobs which perform searches.

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 this tool is for retrieving a single job by id, but does not explicitly state when to use it over alternatives like wejob_search_jobs or fetch. No exclusions or when-not-to-use guidance is provided.

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.