Skip to main content
Glama
uk-kd

ychetlab-mcp

by uk-kd

Подключиться к панели

ychetlab_login

Connect to the accounting panel by entering a new access token to resolve missing or expired credentials.

Instructions

Открывает окно для адреса панели и токена доступа. Токен выпускается в самой панели: профиль → Интеграции → «Выпустить токен», и показывается там один раз. Вводит его человек, в переписку он не попадает. Вызывайте, когда другие инструменты сообщают, что доступ не настроен или токен больше не действует.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoАдрес панели, если он известен. Иначе его спросят в окне.
switch_accountNoПодключиться заново, даже если доступ уже настроен.
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Adds useful behavior beyond annotations: the token is shown only once, is entered by a human, and does not appear in the conversation. This gives the agent important interaction context and complements the openWorldHint and readOnlyHint annotations without contradicting them.

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?

Four focused sentences, no filler. The primary action is front-loaded, and the credential-handling guidance and trigger condition are presented efficiently.

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?

For a login tool, the description fully covers when to call it, what the agent should expect (window, human-entered token), and how credentials are handled. The absence of an output schema is not a serious gap here, and the parameter schema covers the remaining details.

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%, so the schema already documents url and switch_account. The description adds context about the token and window flow but does not substantially deepen understanding of the two parameters beyond what the schema provides.

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?

Description states a specific action: opens a window for entering panel address and access token. This clearly distinguishes it from sibling data-management tools and from logout, even without naming alternatives.

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?

Explicitly tells when to invoke: when other tools report access is not configured or the token is no longer valid. It also explains that the human must enter the token, providing clear context for agent behavior, though it does not explicitly name alternatives or when-not-to-use conditions.

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