Skip to main content
Glama

tech_consult

Техническая консультация по бассейну (инженер/строитель/проектировщик/дизайнер/архитектор). Темы: чертежи, BIM, 3D, узлы (закладные, скиммер, форсунки, донный слив, обвязка), фурнитура (лестницы, поручни, освещение), фундамент, котлован, техпомещение, материал чаши. Источник правды — паспорт бассейна. Поток: готовый ответ из базы → промах → заявка с номером, AI готовит черновик async, специалист получает заявку. mode=status — проверка ответа по номеру

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoask — задать вопрос; status — проверить ответ по номеру; contact — сохранить контакт; escalate — передать живому специалисту
channelNoКанал связи: whatsapp|telegram|viber|email (опционально)
contactNoКонтакт клиента (для mode=contact)
user_idNoID аккаунта Алисы (для памяти заявок)
questionNoТехнический вопрос (для mode=ask, до 500 символов)
ticket_noNoНомер заявки (для mode=status/contact/escalate)
session_idNoID сессии

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden. It transparently describes the async flow: AI prepares a draft and a specialist receives a request, which implies side effects (ticket creation). It also states 'source of truth' and mode=status for checking, adding context beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately long but every sentence provides useful information: topics, flow, and mode=status. It is structured with lists and a clearly described process, making it easy to scan without being redundant.

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?

Given 7 parameters and no output schema, the description covers the purpose, topics, modes, async workflow, and source of truth. It does not describe the exact return format, but that is partially implied by 'ready answer from database' and 'check answer by number'. Overall, it is adequately complete for a consultation tool.

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 explains all parameters. The description adds the overall flow and the mode=status context, but does not add new details about individual 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?

The description opens with 'Техническая консультация по бассейну' (technical consultation on the pool), which is a specific verb+resource. It lists exact topics (drawings, BIM, fittings, foundation) and distinguishes from sibling tools like get_pool_price or generate_kp by emphasizing consultation and the ticket flow.

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?

The description explains the consultation flow (ready answer → miss → request with number) and explicitly mentions mode=status for checking answers. It gives clear context on when to use the tool, though it does not explicitly name alternatives or exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.1/5.0
Disambiguation3/5

Several tools have overlapping purposes: get_architect_package and get_bim_files both provide BIM/CAD resources, generate_kp and calculate_total both compute pricing, and search_pools and recommend_pool both guide pool selection. The detailed descriptions help differentiate them, but the boundaries are not always crisp.

Naming Consistency4/5

Most tools follow a verb_noun snake_case pattern (get_price, send_email, search_pools). Minor deviations like tech_consult (adjective-noun) and consult_service (verb then noun, but technically 'consult' is the verb) are slight outliers, but the overall convention is consistent and readable.

Tool Count3/5

With 21 tools, the server sits in the heavy range. While the domain is broad (product info, quotes, consultations, catalogs, architectural resources), several get_* catalog tools (filters, accessories, furniture, slides) could potentially be consolidated, and list_tools adds little functional value. The count is borderline appropriate.

Completeness4/5

The tool surface covers the main sales flow (search, recommend, specs, pricing, quote generation/email, dealer lookup, lead submission) plus post-sale support (service consultation, repair services, pool passport, technical consultation). Minor gaps exist, such as no tool for scheduling maintenance or tracking lead status, but the core domain is well covered.