Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_list_career_jobs

List publicly visible jobs from a company career site, filterable by department, employment type, city, and country, to power a custom careers page.

Instructions

List publicly visible jobs for a company career site. Supports filtering by department, employment type, city, and country. Use to power a custom careers page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoFilter by job city (exact match)
pageNoPage number (default 1)
sizeNoPage size (default 25)
countryNoFilter by job country (exact match)
company_slugYesCompany slug identifying the career site
department_idNoFilter by department ID
employment_type_idNoFilter by employment type ID (e.g. Full-time, Part-time)
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral transparency burden. It does disclose the key trait that jobs are 'publicly visible' and supports filtering, but it omits pagination behavior and response details. The schema mentions page/size defaults, but the description itself lacks that nuance.

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 two sentences, front-loaded with the action and resource, and contains no redundant words. Every phrase adds value: scope, filters, and use case.

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

Completeness4/5

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

The description covers purpose, scope, filters, and a concrete use case. There is no output schema, and the description could mention pagination or return structure, but for a simple list tool with well-described schema parameters, it is reasonably complete.

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 baseline is 3. The description echoes the filter parameters (department, employment type, city, country) but adds no new semantic information beyond what the schema already documents. It is adequate but not compensating for anything missing.

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 opens with a specific verb ('List') and a clear resource ('publicly visible jobs for a company career site'), which precisely differentiates it from internal job tools like hires_list_jobs. It also names the key scope ('publicly visible') and the intended context (career site).

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 explicitly states a use case: 'Use to power a custom careers page.' This gives clear context for when to invoke the tool. However, it does not mention alternatives/exclusions, such as using hires_list_jobs for internal job listings, so it falls short of a 5.

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/100Hires/mcp-server'

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