Skip to main content
Glama

careers_jobs

Read-onlyIdempotent

Search and filter live job and internship listings from IE Careers using typed criteria such as field, employer, and deadline. Read-only queries let you explore without altering applications.

Instructions

Search opportunities with live typed server-side filters. Use careers_filters first. Values within one field OR together; fields AND together. Ranges accept from/to, exclusions use exclude=true. Defaults to Approved/Application Open; use all_statuses for application history. Follow next_offset with the same query. Dates use Europe/Madrid unless explicitly offset. No applications or favorites are changed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoposted
limitNo
queryNo
offsetNo
sourceNoall
filtersNo
ascendingNo
all_statusesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
dataNo
errorNo
messageNo
serviceNolocal
warningsNo
truncatedNo
next_actionNo
next_offsetNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already signal readOnly, idempotent, and non-destructive behavior, and the description reinforces this with 'No applications or favorites are changed.' It adds non-obvious behavioral details: default status filtering, Europe/Madrid timezone handling, live filter behavior, and the requirement to reuse the same query when following next_offset.

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 compact and front-loaded with the core purpose. Every sentence adds operational value: filter semantics, default statuses, pagination, timezone, and safety. There is no repetition of schema details or annotation 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?

For a search tool with an output schema, the description covers the essential operational context: prerequisite tool, filter composition rules, pagination, status defaults, timezone, and non-destructive behavior. Nothing critical an agent needs to call it correctly is missing.

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?

With schema description coverage at 0%, the description compensates by explaining the complex filter semantics: OR within a field, AND across fields, ranges via from/to, and exclusions via exclude=true. It also explains all_statuses and next_offset usage. It does not explicitly cover query, sort, source, or limit, but those are self-evident from their names and schema enums/constraints.

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 opens with 'Search opportunities with live typed server-side filters', naming a specific verb and resource. It clearly differentiates from sibling tools like careers_job or careers_employers by positioning itself as the search/list operation.

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

Usage Guidelines5/5

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

It explicitly says 'Use careers_filters first', providing an ordering constraint and prerequisite. It also tells the agent when to use all_statuses for application history and how to paginate with next_offset, giving concrete guidance beyond mere capability.

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