Skip to main content
Glama

update_project_role

Update a project role's name or description in your HacknPlan game project.

Instructions

Partially update a project role (PATCH)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
roleIdYes
projectIdYes
descriptionNo
Behavior2/5

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

With no annotations, the description carries the full burden for behavioral transparency. It only mentions 'PATCH' and partial update, but does not disclose what happens upon success or failure, whether the operation is idempotent, or what permissions are required. The description is insufficient for a mutation tool.

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 a single, front-loaded sentence that conveys the essential purpose and HTTP method. It is concise, but could be slightly more informative without becoming 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 no output schema and no annotations, the description is incomplete. It does not explain the return value, side effects, or error conditions. For a simple mutation tool, more behavioral context is needed.

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

Parameters2/5

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

Schema description coverage is 0%, and the description adds no information about parameters. While parameter names like 'name' and 'description' are somewhat self-explanatory, the description does not compensate for the lack of schema descriptions, leaving the agent to infer meaning.

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?

The description clearly states the verb 'update' and resource 'project role', and specifies 'partially' and 'PATCH' to distinguish from the full replacement sibling tool. However, it does not explicitly name the alternative tool (replace_project_role) for direct differentiation.

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 phrase 'partially update' implies usage when only some fields need updating, but there is no explicit guidance on when to use this tool versus replace_project_role or any other alternatives. No prerequisites or context are provided.

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/jompereira/HacknPlan-MCP'

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