Skip to main content
Glama

Robot Actions — Remote Device Control

testrail_list_projects

List TestRail projects accessible to the caller's TestRail account. Use this as the first step when the agent doesn't yet know which projectId to target for a new test case. Returns id + name + announcement + suite_mode for each project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does add useful context: the operation is a list (read-only), scoped to the caller's account, and returns specific fields (id, name, announcement, suite_mode). However, it doesn't mention potential limitations like pagination, authentication requirements, or deviations in case of empty results. The read-only nature is implied by 'List' but not explicitly stated.

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 sentences with no filler. The first sentence states the action, the second provides usage context and return fields. The information is front-loaded, making it quick for an agent to parse and act on.

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 list tool with no parameters and no output schema, the description is complete. It tells the agent when to call it, what it returns, and how to interpret the scope. The sibling tools that need a projectId are implicitly covered by the usage guidance. Nothing essential for invoking this tool correctly is missing.

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, and the schema description coverage is 100% (vacuously). Per the baseline for 0-param tools, the description does not need to explain parameters. It goes a step further by describing the return fields, which helps the agent know what to expect in the response.

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?

Clearly states the action ('List TestRail projects') and the resource scope ('accessible to the caller's TestRail account'). It is unambiguous and distinct from the sibling testrail tools, which all operate on specific entities like cases, runs, or sections. The agent can immediately identify this as the project-listing tool.

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 instructs when to use this tool: 'as the first step when the agent doesn't yet know which projectId to target for a new test case.' This gives a concrete trigger condition and implicitly tells the agent that once a projectId is known, other testrail_* tools should be used instead.

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.

Resources