Skip to main content
Glama
folathecoder

Adzuna Jobs MCP Server

by folathecoder

get_geodata

Compare salaries and job availability across geographic regions to identify high-paying opportunities and relocation options.

Instructions

Get salary and job count data broken down by geographic region.

PURPOSE: Compare salaries and job availability across areas. Useful for: - "Where are the highest paying X jobs?" - "Which cities have the most opportunities?" - Relocation decisions

Args: country: ISO 3166-1 alpha-2 country code. Supported: "gb", "us", "de", "fr", "au", "nz", "ca", "in", "pl", "br", "at", "za"

keywords: Filter to specific roles (e.g., "software engineer").

location: Focus on a region for sub-area breakdown.
    - Empty: National breakdown (London, Manchester, etc.)
    - "London": Breakdown within London (City, Canary Wharf, etc.)

category: Category tag from get_categories (e.g., "it-jobs").

Returns: dict: Contains "locations" array of region objects: - location.display_name: Region name - location.area: Geographic hierarchy array - count: Number of jobs in region - average_salary: Average salary (may be null)

Example response: { "locations": [ { "location": {"display_name": "London", "area": ["UK", "London"]}, "count": 15678, "average_salary": 62000 }, { "location": {"display_name": "Manchester", "area": ["UK", "Manchester"]}, "count": 3456, "average_salary": 48000 } ] }

Notes: - Results ordered by job count (most jobs first) - average_salary is ANNUAL in LOCAL CURRENCY - Typically returns 10-20 top regions

Errors: - Invalid country code: "API Error 400: Invalid country" - Invalid category: "API Error 400: Invalid category tag" - Rate limit exceeded: "API Error 429: Too many requests" - Authentication failure: "API Error 401: Invalid credentials"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYes
keywordsNo
locationNo
categoryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden and does an excellent job disclosing behavioral traits. It explains result ordering ('ordered by job count'), data characteristics ('average_salary is ANNUAL in LOCAL CURRENCY'), typical output size ('Typically returns 10-20 top regions'), and comprehensive error handling. The Notes and Errors sections provide crucial operational context that annotations would normally cover.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (PURPOSE, Args, Returns, Example, Notes, Errors) and front-loads the core functionality. While comprehensive, some sections like the detailed example response could be slightly condensed. Every sentence adds value, but the overall length is justified given the tool's complexity and lack of annotations.

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 tool with 4 parameters, 0% schema coverage, no annotations, but with output schema, the description is exceptionally complete. It covers purpose, usage, all parameter semantics, return format with detailed example, behavioral notes, and error handling. The output schema existence means the description doesn't need to exhaustively document return structure, but it still provides a helpful example. Nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Given 0% schema description coverage, the description fully compensates by providing rich semantic information for all parameters. It explains country codes with specific supported values, clarifies keywords usage ('Filter to specific roles'), details location behavior with concrete examples (empty vs 'London'), and explains category referencing ('Category tag from get_categories'). The Args section adds substantial value beyond the bare 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?

The description clearly states the tool's purpose with specific verbs ('Get salary and job count data') and resources ('broken down by geographic region'). It distinguishes from sibling tools like get_salary_histogram or search_jobs by focusing on geographic breakdowns rather than salary distributions or job searches. The PURPOSE section reinforces this with concrete use cases like 'Where are the highest paying X jobs?' and 'Which cities have the most opportunities?'

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool through the PURPOSE section and example questions, but doesn't explicitly state when NOT to use it or name specific alternatives among sibling tools. It implies usage for geographic comparisons but doesn't contrast with tools like get_salary_histogram (which might show salary distributions without geographic breakdown) or search_jobs (which might return individual job listings).

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/folathecoder/adzuna-job-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server