Skip to main content
Glama
nebelov
by nebelov

yougile_list_project_roles

Read-only

List all roles for a project by supplying its unique ID. Get the complete set of project roles to understand permissions and access.

Instructions

List roles for a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesProject UUID
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description doesn't need to restate safety. It adds no new behavioral context such as pagination, ordering, or response shape, which would be useful but not strictly necessary for a simple list operation.

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 a single short sentence, front-loaded with the action and resource. Every word earns its place, and there is no redundant or filler content.

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?

Given the simple nature of the tool (one required parameter, read-only, no output schema), the description adequately covers the core invocation intent. It tells the agent exactly what is returned (roles) and the scope (for a project). It omits potential edge-case details like pagination or default roles, but these are not critical for a basic list tool.

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%: the only parameter projectId is described as 'Project UUID'. The description itself does not add any additional semantic information about the parameter, so it stays at the baseline for high schema coverage.

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 a clear resource 'roles' scoped by 'for a project'. This clearly identifies the operation and distinguishes it from siblings like yougile_get_project_role (single role) and yougile_list_projects (list projects).

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

Usage Guidelines3/5

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

The context is implied: you need a projectId and want to list its roles. However, there is no explicit guidance on when to choose this over alternatives like yougile_get_project_role, nor any exclusion scenarios. It is a basic, unambiguous usage but lacks direct comparative 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/nebelov/yougile-mcp'

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