Skip to main content
Glama

get_user

Read-only

Retrieve a user by ID to confirm role flags and active state before assigning to a task.

Instructions

Fetch one user by id. Useful after list_board_collaborators finds a candidate by name — call this to confirm role flags and active state before assigning. Raises KanbanToolHTTPError(404) for unknown ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameNo
initialsNo
is_account_adminNo
is_account_ownerNo
is_project_managerNo
is_suspendedNo
last_activity_onNo
last_login_atNo
created_atNo
timezoneNo
localeNo
Behavior4/5

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

The annotation readOnlyHint=true already indicates this is a read-only operation; the description reinforces this by stating 'Fetch one user'. It additionally discloses that the tool raises a specific HTTP error for unknown ids, which adds value beyond the annotation.

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 incredibly concise at two sentences, with the first sentence front-loading the primary purpose. Every sentence adds value, and there is no wasted text.

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

Completeness5/5

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

Given the simplicity of the tool (1 required parameter, output schema present), the description covers the essential aspects: what it does, a typical workflow context, and error behavior. No gaps are apparent.

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?

The description does not explain the 'user_id' parameter beyond the generic 'by id'. Since the input schema has no description for this parameter (0% coverage), the tool description should compensate, but it only implies the parameter's purpose without adding format or constraints.

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 opens with 'Fetch one user by id', which is a clear and specific verb+resource combination. It distinguishes itself from the sibling tool 'list_board_collaborators' by providing a concrete use case.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool ('Useful after list_board_collaborators finds a candidate by name') and what actions to take ('confirm role flags and active state before assigning'). It also mentions an error condition (404 for unknown ids), providing comprehensive 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/VeryLongOrgNameSuchWow/kanbantool-mcp'

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