Skip to main content
Glama
uk-kd

ychetlab-mcp

by uk-kd

Кто я в панели

ychetlab_whoami
Read-onlyIdempotent

Check which УчётLab account and panel are active, then see the deals you can work with by name. Call this first to know which cases are accessible under your token.

Instructions

С какой учётной записью работает сервер, к какой панели подключён и какие дела доступны. Полезно вызвать первым: дальше можно обращаться к делам по названию. Если токен выпущен на отдельные дела, здесь видно ровно их — остальные панель не покажет.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnly, non-destructive, idempotent, and open-world behavior. The description adds useful behavioral context beyond annotations: a token issued for specific cases will only reveal those cases, and the panel will not show others. This meaningfully informs the agent about visibility constraints.

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?

Three sentences, each earning its place: what the tool returns, when to call it, and the token-scope caveat. The most important information is front-loaded and there is no filler.

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 zero-parameter, no-output-schema tool, the description is quite complete: it names the returned information and gives clear guidance on ordering and token limitations. It could be slightly more explicit about the exact output shape or authentication prerequisite, but these are minor given the simplicity of the tool.

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

Parameters4/5

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

The tool has zero parameters, so the schema is fully covered and there is nothing for the description to add about parameter meaning. The description focuses on output and usage, which is appropriate for a parameterless call.

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 what the tool returns: the server's account, the connected panel, and available cases. This distinguishes it from the many business-operation siblings; it is the only identity/scope introspection tool.

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

Usage Guidelines4/5

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

It explicitly advises calling this tool first, and explains why: subsequent tools can then reference cases by name. It also notes the token-scope effect on which cases are visible. It does not mention when not to use it or name an alternative, but no direct alternative exists among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/uk-kd/ychetlab-mcp'

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