Skip to main content
Glama
soheilfallah

adzuna-mcp

by soheilfallah

adzuna_regional_breakdown

Read-onlyIdempotent

Retrieve live job vacancy counts for sub-regions of any location. Use area paths from results to filter job listings by region.

Instructions

Get the number of live vacancies in the sub-regions of a location.

Doubles as the discovery tool for location filters: the area array on each result holds the exact strings to pass as location0/location1/location2 elsewhere. Call with no location to see a country's top-level regions.

Args: params (GeodataInput): Validated parameters containing: - country (str): ISO code, default 'gb' - location0/1/2 (Optional[str]): area whose children to list - category (Optional[str]): category tag to limit counts - response_format (ResponseFormat): 'markdown' or 'json'

Returns: str: Markdown table of sub-region, vacancy count and area path, or JSON with key locations (list of objects with count (int) and location {display_name (str), area (list[str])}). On failure, an 'Error: ...' string explaining the cause.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description's burden is lower. It adds useful behavior context, such as returning both markdown and JSON formats and error handling. However, it could mention potential empty results or rate limits.

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 well-structured with a clear overview, usage note, Args block, and Returns section. Every sentence is informative and concise, with no redundancy.

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?

Given that the tool has an output schema (though not shown), the description still adequately explains the return format (markdown or JSON with locations list and error strings). Combined with annotations and schema, it is fully complete.

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?

Despite schema description coverage being reported as 0%, the description's Args block provides detailed parameter explanations, including defaults and usage (e.g., country format, location hierarchy). This adds significant value beyond the schema's own descriptions.

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 verb 'Get' and the resource 'number of live vacancies in sub-regions of a location.' It distinguishes from sibling tools like adzuna_search_jobs or adzuna_salary_histogram by focusing on regional breakdowns.

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?

The description explicitly tells when to use the tool: as a discovery tool for location filters. It gives guidance on calling with no location to see top-level regions and explains how the 'area' array can be used in other tools.

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/soheilfallah/adzuna-mcp'

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