Skip to main content
Glama
antonber

ashby-mcp

by antonber

list_jobs

Retrieve all open job postings from Ashby ATS, optionally filtering by status to view closed, archived, or draft positions.

Instructions

List all open jobs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoFilter by job status (default: open)open
Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It only states the basic listing action and does not mention pagination, sorting, response format, or additional operational behavior. This is insufficient for an agent to predict tool behavior.

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 a single, concise sentence that front-loads the verb and resource. Every word is meaningful and there is no redundancy.

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

Completeness2/5

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

Given the lack of an output schema and annotations, the description is too sparse. It does not disclose return values, pagination, or other context needed for an agent to fully understand the tool's behavior in a real-world scenario.

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 fully describes the 'status' parameter with enum values, default, and description. The tool description reinforces the default behavior of listing open jobs but adds no new meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as listing jobs, with 'open' as the default status. It distinguishes itself from sibling tools focused on candidates and applications. It could be more comprehensive by mentioning the status filter, but the schema provides that detail.

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

Usage Guidelines3/5

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

There is no explicit guidance on when to use this tool versus alternatives. However, as the only job-listing tool among siblings, the use case is implied. It lacks explicit exclusions or comparisons with 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/antonber/ashby-mcp'

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