get_project_users
Retrieve all users participating in a specified project by providing its project ID.
Instructions
指定したプロジェクトに参加しているユーザーを取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | プロジェクトID |
Retrieve all users participating in a specified project by providing its project ID.
指定したプロジェクトに参加しているユーザーを取得します
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | プロジェクトID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the action but does not specify that it is a read-only operation, whether authentication is required, or any limitations like pagination or data format. The behavioral traits are minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no unnecessary words. It is front-loaded with the purpose and is appropriately concise for a simple tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, no output schema), the description adequately explains its function. However, it could mention the return type (e.g., user list) to be fully complete, but the absence is not critical.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% as projectId has a description. The tool description does not add any additional meaning beyond the schema; it merely restates the concept. According to the guidelines, when coverage is high, baseline is 3, and no extra value is provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb '取得' (retrieve) and the resource 'ユーザー' (users) for a specific project, using the project ID. It is distinct from sibling tools like get_project (which retrieves project details) and get_project_activity (activity log), making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., user must have access to the project) or context where other tools might be more appropriate, such as getting project details or activity logs.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bellx2/repsona-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server