Skip to main content
Glama

Yardstick ATS

List job postings

yardstick_job_postings_list
Read-onlyIdempotent

List job postings visible to the current principal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
request_idNo
starting_afterNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds the important behavior that results are filtered by the current principal's visibility, which is useful context. It doesn't disclose pagination or ordering, but the annotations cover the safety profile.

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, efficient sentence that states the action and scope with no filler. It is front-loaded and every word earns its place.

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

Completeness3/5

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

The description covers the core purpose and visibility scope, but omits explicit pagination semantics and return format. With no output schema and 0% parameter descriptions, an agent may need additional context to use the tool fully, though the simple read-only nature lessens the gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description says nothing about limit, starting_after, or request_id. Agents receive no hints about pagination cursors, limits, or request correlation beyond the parameter names themselves.

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 states a clear verb ('List') and resource ('job postings') with a meaningful scope ('visible to the current principal'). This distinguishes it from create, read, update, publish, and archive siblings without needing to inspect schemas.

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?

The scoping phrase implies this is the tool for browsing postings the caller can see, but there is no explicit when-to-use guidance or mention of alternatives like read for a single posting. Usage is implied by the name and title rather than explicitly directed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.