Skip to main content
Glama
Coalesce-Software-Inc

coalesce-transform-mcp

Official

List User Roles

list_user_roles
Read-onlyIdempotent

Retrieve roles assigned to all users in your organization, optionally filtering by project or environment for targeted access review.

Instructions

List roles for all users in the organization, optionally scoped.

Args:

  • projectID (string, optional): Scope to a project

  • environmentID (string, optional): Scope to an environment

Returns: { data: RoleAssignment[], next?: string, total?: number }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIDNoOptional project scope filter
environmentIDNoOptional environment scope filter

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
nextNo
totalNo
Behavior3/5

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

Annotations already declare readOnly, idempotent, non-destructive. Description adds return format (pagination fields) but little else beyond that.

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?

Concise docstring format with Args/Returns. No wasted words, front-loaded purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Tool is simple with optional filters. Description covers purpose, parameters, and return shape. Output schema exists but is not present in description; description still provides sufficient context.

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?

Schema coverage is 100%, and description repeats parameter meanings without adding new context beyond the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it lists roles for users, optionally scoped. However, not explicitly differentiated from sibling 'get_user_roles', which may be singular vs plural.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives like 'get_user_roles', 'set_org_role', etc. The description implies usage for listing all roles but lacks exclusions.

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/Coalesce-Software-Inc/coalesce-transform-mcp'

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