Skip to main content
Glama
theYahia

planfix-mcp

by theYahia

get_user

Retrieves a single employee's information from Planfix by user ID, optionally filtering the returned fields.

Instructions

Получить одного сотрудника по ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoСписок полей через запятую (по умолчанию: id,name,midname,lastname,email,position)
userIdYesID сотрудника
Behavior2/5

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

No annotations are present, so the description must carry the full behavioral disclosure burden. It only says 'get one employee by ID', which is minimal. It doesn't reveal return format, error behavior, or any side effects (though read-only is implied by 'get'). This is insufficient for complete transparency.

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 a single concise sentence, front-loaded with the action and resource. No unnecessary words. It earns its place.

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

Completeness3/5

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

Given the low complexity and full schema coverage, the description is adequate but minimal. It lacks information about default return fields (which are in the schema) and any edge cases. Since there's no output schema, a bit more context could be helpful, but for a simple getter it's sufficient.

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?

The schema provides descriptions for both parameters (userId and fields), with 100% coverage. The description adds no additional meaning beyond 'by ID', which maps to userId. Baseline 3 is appropriate since schema covers the semantics fully.

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 clearly states the action ('Получить' - get) and resource ('одного сотрудника по ID' - one employee by ID), making it distinguishable from sibling list tools like list_users. It is specific and directly maps to the tool name.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It doesn't mention that it's for fetching a single user by ID as opposed to listing users, nor does it reference any exclusions or conditions. The description only states the basic function.

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/theYahia/planfix-mcp'

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