Skip to main content
Glama

Theyond

get_job

Read-onlyIdempotent

Use after search_jobs or hiring_now when the user picked one job. Pass that job's url from search_jobs or hiring_now (or its slug). Do not use this to search. Plain-text description. No employer apply URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoThe theyond.com job URL from search_jobs or hiring_now. Prefer this.
slugNoJob slug from search_jobs or hiring_now. Use if you don't have the URL.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations (readOnlyHint=true, idempotentHint=true, destructiveHint=false) already carry the safety profile, so the bar is lower. The description adds value by disclosing output traits beyond the schema: the response is plain-text and contains no employer apply URL. This level of added context exceeds baseline for an annotated read-only tool.

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?

Four short sentences with zero waste. The usage context is front-loaded, the search prohibition is explicit, and the output traits are stated in two punchy fragments. Every sentence earns its place.

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 two-parameter, read-only, idempotent tool, nothing critical is missing. The description covers invocation source, parameter choice, the search exclusion, and the key output characteristics (plain-text, no employer apply URL) — the latter being important since no output schema exists to document return values.

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 baseline of 3 applies. The description reinforces the schema ('Pass that job's url from search_jobs or hiring_now (or its slug)') and mirrors the preference hierarchy (url preferred, slug fallback), but it adds no new semantic information beyond what the schema already documents.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description implies the purpose — fetch a specific job's details after a search — via usage context ('Use after search_jobs or hiring_now when the user picked one job') rather than a crisp verb+resource statement. It does differentiate from siblings with 'Do not use this to search,' and the output hints ('Plain-text description. No employer apply URL') clarify what the agent gets back, but the core function is left to inference.

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?

Explicitly states when to use ('after search_jobs or hiring_now when the user picked one job'), what input to pass (that job's url or slug), and the exclusion ('Do not use this to search'). This is textbook routing guidance that distinguishes the tool from its siblings without ambiguity.

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.