Skip to main content
Glama
folathecoder

Adzuna Jobs MCP Server

by folathecoder

get_categories

Retrieve valid job category tags for a specific country to use as parameters in job searches, ensuring accurate filtering by profession.

Instructions

Get valid job category tags for a specific country.

PURPOSE: Use this BEFORE search_jobs to get valid 'category' parameter values. Category tags are COUNTRY-SPECIFIC - always use the same country code here as you will in search_jobs.

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

Returns: dict: Contains "results" array of category objects: - tag: Use THIS value in search_jobs category parameter (e.g., "it-jobs") - label: Human-readable name for display (e.g., "IT Jobs")

Common category tags (vary by country): - "it-jobs": Technology, software, IT support - "engineering-jobs": Mechanical, electrical, civil - "finance-jobs": Accounting, banking, financial services - "sales-jobs": Sales, business development - "healthcare-nursing-jobs": Medical, nursing - "admin-jobs": Administration, office support - "marketing-jobs": Marketing, PR, communications

Example response: { "results": [ {"tag": "it-jobs", "label": "IT Jobs"}, {"tag": "engineering-jobs", "label": "Engineering Jobs"}, {"tag": "finance-jobs", "label": "Accounting & Finance Jobs"} ] }

Usage: categories = get_categories("gb") search_jobs(country="gb", category="it-jobs") # Use tag, not label

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYes

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 the full burden of behavioral disclosure. It effectively describes the tool's behavior: it's a read-only lookup operation that returns category data. It also provides important context about country-specific tags and includes error handling information (rate limits, authentication failures, invalid inputs). However, it doesn't explicitly mention whether this is a safe operation or if it has side effects.

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

Conciseness3/5

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

The description is well-structured with clear sections (PURPOSE, Args, Returns, Common category tags, Example response, Usage, Errors). However, it's quite lengthy with multiple examples and detailed error information. While informative, some content (like the extensive example response and common category list) could potentially be streamlined.

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 the tool's complexity (country-specific data lookup with sibling tool dependencies), the description provides complete context. It explains the tool's purpose, usage guidelines, parameter semantics, return format, and error conditions. The presence of an output schema means the description doesn't need to explain return values in detail, but it still provides helpful examples and context about how to use the returned data.

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?

The schema has 0% description coverage, so the description must fully compensate. It provides comprehensive parameter information: explains the 'country' parameter requires ISO 3166-1 alpha-2 codes, lists all 12 supported country codes, and explains the parameter's purpose in relation to the sibling tool. This adds significant 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: 'Get valid job category tags for a specific country.' It specifies the verb ('Get'), resource ('valid job category tags'), and scope ('for a specific country'). It also explicitly distinguishes this tool from its sibling 'search_jobs' by stating its purpose is to provide parameter values for that tool.

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 provides explicit guidance on when to use this tool: 'Use this BEFORE search_jobs to get valid 'category' parameter values.' It also specifies constraints: 'Category tags are COUNTRY-SPECIFIC - always use the same country code here as you will in search_jobs.' This clearly defines the tool's role relative to its sibling and establishes prerequisites.

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