Skip to main content
Glama
sebazai

faceit-mcp

by sebazai

faceit_getHubRoles

List the roles that members can hold in a hub, such as admin and member.

Instructions

Retrieve all roles members can have in a hub

Use to list the roles that members of a hub can hold (admin, member, etc.).

Endpoint: GET /hubs/{hub_id}/roles

Parameters:

  • hub_id (path, str, required): The id of the hub

  • offset (query, int | None (min 0, max 1000)): The starting item position

  • limit (query, int | None (min 1, max 50)): The number of items to return

Returns: Roles list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hub_idYes
offsetNo
limitNo
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose behavioral traits such as authorization requirements, error handling for invalid hub_id, rate limits, or the structure of the returned roles list beyond 'Roles list'.

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?

The description is concise with three sentences and a parameter list. It is well-structured and front-loaded with the purpose. The parameter list could be integrated more smoothly, but it is not overly verbose.

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

Completeness2/5

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

Given the absence of an output schema, the description only says 'Returns: Roles list', which is insufficient to understand the returned data structure. Additionally, it lacks details on typical use cases or relationships to other hub tools. For a tool with 3 parameters and no output schema, more context is needed.

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?

Schema description coverage is 0%, but the description compensates by detailing all three parameters with types, constraints (e.g., offset min 0 max 1000, limit min 1 max 50), and explanations of their meaning (starting position, number of items). This adds value beyond the schema, which only provides titles and types.

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?

Description clearly states 'Retrieve all roles members can have in a hub' and specifies 'list the roles that members of a hub can hold (admin, member, etc.)', which uses a specific verb and resource and distinguishes it from sibling tools like faceit_getHubMembers or faceit_getHubLeaderboards.

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 description states 'Use to list the roles...' but provides no explicit guidance on when to use this tool versus alternatives, nor does it mention prerequisites or restrictions beyond the required hub_id.

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/sebazai/faceit-mcp'

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