Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_batch_job_boards

Retrieve board publication states for multiple jobs in one request. Monitor batch job posting statuses for management UIs.

Instructions

Get board publication states for multiple jobs in one request. Optimized for batch monitoring and management UIs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobsYesArray of job IDs
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral transparency. 'Get' implies a read-only operation, and 'in one request' hints at batch efficiency, but it doesn't explicitly confirm that no data is modified, nor does it describe edge cases like invalid job IDs or partial failures. Lacks depth but is not misleading.

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 consists of two concise sentences that front-load the core action and then provide the intended use case. Every word earns its place, with no filler or redundancy.

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?

For a simple one-parameter read operation, the description gives sufficient context for an agent to select and invoke it. It clearly states what the tool does and when it's useful, though the lack of an output schema means the return format is not explained. This is a minor gap for such a focused batch getter.

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 already provides 100% coverage with a clear description of the 'jobs' parameter as an array of job IDs. The description adds the phrase 'multiple jobs in one request,' which reinforces the batch nature but doesn't offer additional syntax, limits, or behavioral details beyond the 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 verb ('Get') and resource ('board publication states') with a specific scope ('for multiple jobs in one request'). This distinguishes it from sibling tools that publish/remove jobs from boards, making the purpose unambiguous.

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 usage context: it is 'Optimized for batch monitoring and management UIs,' implying the tool is intended for retrieving states for multiple jobs at once. It doesn't explicitly mention alternatives or exclusions, but the batch focus is evident.

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