Skip to main content
Glama

human_list_backends

List configured backend services with their task types, regions, budget ranges, and completion times to plan task dispatch or debug routing.

Instructions

List all available backend services and their capabilities.

Shows which backends are configured and ready, what types of tasks they support, their regional availability, budget ranges, and average completion times.

Use this to understand what backends are available before dispatching a task, or to debug why a task was routed to a particular backend.

NO PARAMETERS REQUIRED.

RETURNS: Array of backend capabilities including:

  • id: Backend identifier

  • name: Human-readable name

  • supports_physical/digital: What task types it handles

  • supports_location: Whether it can handle location-specific tasks

  • available_regions: Where it operates

  • min/max_budget_usd: Budget range

  • avg_completion_minutes: Typical turnaround time

  • requires_api_key: Whether external credentials are needed

  • configured: Whether the backend is ready

EXAMPLES:

  1. List all backends: {} (no parameters needed)

DON'T USE WHEN:

  • You already know which backend to use (just set preferred_backends in human_dispatch_task)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Despite no annotations, the description thoroughly explains that the tool is read-only, lists backends, and details the returned capabilities. No destructive behavior is implied, and the agent can infer safe usage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with sections, front-loaded with purpose. However, there is slight redundancy (e.g., the first two sentences both state the tool lists backends). Still concise and efficient overall.

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?

Given zero parameters and no output schema, the description is fully complete: it describes what the tool does, when to use it, the return schema in detail, includes examples, and provides exclusions.

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?

No parameters are required, and the description compensates by detailing the return structure (id, name, supports_physical/digital, etc.). The schema coverage is 100%, and the description adds significant value beyond the empty 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 tool lists all available backend services and their capabilities. It is distinct from sibling tools like human_dispatch_task and human_list_tasks, which deal with task operations rather than backend discovery.

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

Usage Guidelines5/5

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

Explicitly advises when to use: before dispatching a task or debugging routing. Also provides a 'DON'T USE WHEN' section referencing an alternative (set preferred_backends in human_dispatch_task). This is a model for usage guidance.

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/zyntarasystems/human-dispatch-mcp'

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