Skip to main content
Glama

Autohold Requests

list_autoholds
Read-onlyIdempotent

List autohold requests to find nodes held after failure, helping you debug why jobs are stuck waiting for resources.

Instructions

List autohold requests — nodes held after failure for debugging.

Check when jobs are stuck waiting for nodes or to find your autohold.

Args: tenant: Tenant (default from env) project: Project filter (substring match). When set, uses the project-scoped API endpoint for server-side filtering. job: Job name filter (substring match, client-side)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobNo
tenantNo
projectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv0.11.0
    • addedInput schema / properties / job
      Added value: +{
      +  "default": "",
      +  "title": "Job",
      +  "type": "string"
      +}
    • addedInput schema / properties / project
      Added value: +{
      +  "default": "",
      +  "title": "Project",
      +  "type": "string"
      +}
  2. Addedv0.7.0

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false. The description adds valuable behavior beyond annotations: project filter uses a project-scoped API endpoint for server-side filtering, job filter is client-side, and tenant defaults from env. No contradictions.

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?

Front-loaded with a clear purpose and use case, followed by a structured Args list. Every sentence earns its place; no redundant or extraneous content.

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?

For a simple read-only list tool with an output schema, the description covers purpose, parameters, and key behavioral differences (server vs client filtering). The optional parameters and output schema are already structured, so no further explanation is needed.

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?

Schema has 0% description coverage, but the description's Args section fully compensates by explaining each parameter: tenant (default from env), project (server-side substring match via project-scoped endpoint), job (client-side substring match). This is exactly what the schema lacks.

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?

States a specific verb+resource ('List autohold requests') and explains what autoholds are ('nodes held after failure for debugging'), distinguishing it from sibling tools like get_autohold (single item) and autohold_create/delete (mutations).

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?

Provides clear usage context: 'Check when jobs are stuck waiting for nodes or to find your autohold.' It does not explicitly name alternative tools, but the purpose and parameters imply when listing is appropriate versus other operations.

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

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/imatza-rh/mcp-zuul'

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