Skip to main content
Glama

get_jobs

Browse the latest remote job listings with optional filtering by country or worldwide availability

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (starts at 1)
countryNoFilter jobs by country (e.g., 'Canada', 'United States', 'UK')
worldwideNoShow ONLY 100% remote jobs available worldwide (overrides country filter)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • changedInput schema / properties / page / description
      Previous value: -"Page number for pagination (default: 1)"New value: +"Page number for pagination (starts at 1)"
    • addedInput schema / properties / page / maximum
      Added value: +9007199254740991
    • addedInput schema / properties / page / minimum
      Added value: +1
    • changedInput schema / properties / page / type
      Previous value: -"number"New value: +"integer"
  2. Changed2 schema fields changed
    • changedInput schema / $schema
      Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
    • removedInput schema / additionalProperties
      Removed value: -false
  3. First observed

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It implies a read operation but does not explicitly state that it is read-only, nor does it describe pagination behavior, response format, or any side effects. The description adds minimal value beyond what the schema already states about parameters.

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 that front-loads the primary purpose and mentions filtering options. There is no redundancy or waste. It is optimal in length and structure.

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

Completeness3/5

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

For a simple tool with three optional parameters and no output schema, the description is adequate to convey the core action. However, it lacks any mention of the response format (though not required without an output schema) and does not provide routing guidance to alternatives, which could be considered a gap for a tool in a large ecosystem. Overall, it covers the basics but leaves room for improvement.

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?

The schema provides 100% coverage for parameter descriptions, so the baseline is 3. The description mentions 'filtering by country or worldwide availability' which loosely maps to the 'country' and 'worldwide' parameters, but it doesn't add any new semantic detail. The schema already explains that worldwide overrides country, so the description adds no additional clarity.

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 states a clear action ('browse') and resource ('remote job listings'), with optional filtering mentioned. It is specific enough to convey the tool's core purpose, but it doesn't explicitly differentiate from sibling tools like search_jobs, which could serve a similar browsing need. The verb 'browse' suggests a listing vs. a search, but it's not explicit.

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. It does not mention that search_jobs might be better for complex queries or that get_job_details is for individual jobs. The agent is left to infer usage from the schema parameters alone, which is inadequate for distinguishing among siblings.

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.

Resources