Skip to main content
Glama
uarlouski

TestRail MCP Server

by uarlouski

get_users

Read-onlyIdempotent

Retrieve active TestRail users globally or per project. If global access is denied, it merges users across all active projects to resolve reviewers and assignees.

Instructions

Get active users from TestRail. Resolves active users globally or per-project. If global fetch is forbidden (for non-admin accounts), falls back to merging users across all active projects so users referenced as reviewers or assignees can be resolved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoOptional ID of the project to retrieve users for. If omitted, attempts to fetch all users globally.
fallback_all_projectsNoIf true and global user retrieval is forbidden (non-admin), automatically falls back to fetching users across all active projects.
Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description discloses important behavior: global fetch may be forbidden for non-admin accounts, and it falls back to merging users across projects. This adds meaningful context about permissions and fallback, which annotations don't convey.

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 two sentences: the first states the core purpose, the second explains the fallback scenario. Every word earns its place with no redundancy or padding.

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 tool with only two optional parameters and rich annotations, the description fully covers purpose, scope, and fallback edge cases. No output schema exists, but the tool's behavior and expected results are clear from the description.

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

Parameters3/5

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

The input schema already provides full descriptions for both parameters (project_id and fallback_all_projects) with 100% coverage. The description adds context about merging behavior, but it doesn't add new parameter-level details beyond what the schema already states.

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 gets active users from TestRail, with specific scope (globally or per-project). It distinguishes from siblings, which all deal with tests, cases, sections, or runs rather than users.

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 explains when to use the tool (to retrieve active users globally or per-project) and describes the fallback behavior for non-admin accounts. It doesn't explicitly name alternatives, but no sibling tool serves the same purpose, so this is clear enough.

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/uarlouski/testrail-mcp-server'

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