Skip to main content
Glama

computegrid_list_agents

List the 15-agent compute grid fleet across all 6 driver types. Returns agent type, count, and revenue model. No auth required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It explicitly states 'No auth required' and enumerates the return fields (agent type, count, revenue model), giving the agent a clear picture of the tool's behavior. It does not describe error conditions or further side effects, but for a simple read-only list, this is adequate.

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?

Two concise sentences, front-loaded with the verb and resource. Every word adds value; no fluff or redundancy.

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 zero-parameter list tool with no output schema, the description covers return fields, scope, and auth requirements. It is sufficiently complete for an agent to understand what the tool does and what output to expect.

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

Parameters4/5

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

The tool has zero parameters, so there is nothing to explain. The description adds context by specifying the fleet size (15 agents) and driver type diversity (6 driver types), which is valuable even though the schema is empty.

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 uses a specific verb ('List') and clearly identifies the resource ('15-agent compute grid fleet across all 6 driver types'). It also states the return fields, making it unambiguous and distinct from sibling tools like computegrid_get_capacity and computergrid_verify_proof.

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 clearly implies its use for listing the fleet and details the returned data. However, it does not explicitly compare with sibling tools or state when not to use it. Sibling names suggest different purposes, but no explicit alternatives are mentioned.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: capacity telemetry, agent roster, and proof verification. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow the same computergrid_ verb_noun pattern, using snake_case consistently. The naming is predictable and easy to understand.

Tool Count4/5

With only 3 tools, the server is concise and focused. While slightly on the lower end, each tool earns its place for the intended read-only/verification scope.

Completeness4/5

The server provides capacity, agent list, and proof verification, covering the core 'read-only + verify' domain. Minor gaps exist, such as no job status or history, but these are not critical for the stated purpose.