Skip to main content
Glama

Get user profile

get_user
Read-only

Retrieve a Mattermost user's profile by username, with or without leading '@', to identify account details from team conversations.

Instructions

Look up a Mattermost user's profile by username (with or without leading @).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYesUsername, e.g. 'jane' or '@jane'
Behavior3/5

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

Annotations already declare readOnlyHint=true, covering the safety profile. The description adds minor behavioral context (accepts usernames with or without leading @) but says nothing about response contents or behavior for unknown usernames.

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?

A single front-loaded sentence with zero redundancy. Every phrase ('by username', 'with or without leading @') contributes to correct invocation.

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?

For a one-parameter read-only lookup this is nearly complete. The only gap is that no output schema exists and the description doesn't enumerate profile fields or error behavior, though 'profile' gives a reasonable default expectation.

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%, and the schema description ('Username, e.g. 'jane' or '@jane'') already conveys the @-tolerance that the description restates. The description adds no meaning beyond the schema's baseline.

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?

States a specific verb ('Look up') and resource ('Mattermost user's profile') with the lookup key (username). The '@' format detail adds precision, and the description clearly distinguishes it from siblings like whoami (which targets the current user) since it targets a named user.

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 implies when to use it — when you have a username and need profile details — but it names no alternatives or exclusions. The closest sibling whoami is never contrasted, so an agent receives no explicit routing 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/shin6949/mattermost-mcp'

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