Skip to main content
Glama

suggest_profile_by_job

Suggest typical 1C access profiles for a job title using real anonymized employee data. Return profiles with coverage percentage and employee count, supporting fuzzy substring search.

Instructions

Подбирает типовые профили доступа 1С по названию должности сотрудника. Использует реальные обезличенные данные из базы сотрудников (417 должностей). Возвращает профили, которые встречаются у >= 40% сотрудников данной должности, с указанием % охвата и количества сотрудников. Поддерживает нечёткий поиск по подстроке названия должности.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoМаксимальное количество профилей в ответе (по умолчанию 20)
min_pctNoМинимальный % сотрудников данной должности, у которых должен быть профиль (по умолчанию 40%)
job_titleYesНазвание должности сотрудника. Например: 'кладовщик', 'бухгалтер', 'механик', 'диспетчер'. Поддерживается частичное совпадение.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does an excellent job. It discloses the data source (real anonymized employee database, 417 positions), the algorithm (profiles occurring in >=40% of employees), the output details (% coverage and employee count), and the fuzzy search behavior. This gives the agent a solid understanding of what the tool will do.

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 two sentences, front-loaded with the core purpose and then succinctly adding key behavioral details. There is no fluff or repetition; every sentence earns its place.

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?

Despite no output schema, the description adequately explains what the tool returns (profiles with coverage % and employee counts). It also covers the matching logic and the threshold concept. For a suggestion tool of moderate complexity, this is complete enough for an agent to select and invoke it correctly.

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 description coverage is 100%, so the baseline is 3. The description adds some context about the fuzzy search and data corpus, but these are already partially reflected in the schema's parameter description for job_title ('Поддерживается частичное совпадение'). It does not significantly augment the parameter meaning 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 clearly states a specific verb ('Подбирает' - selects) and a specific resource ('типовые профили доступа 1С' by job title). It further differentiates itself by mentioning the data source (417 job titles), the coverage threshold (>=40%), and fuzzy search, which distinguishes it from sibling tools like search_by_role or suggest_access_profile.

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 implies a clear usage context: when you have an employee's job title and need typical access profiles. It gives practical examples in the schema ('кладовщик', 'бухгалтер') and explains the fuzzy matching behavior. However, it does not explicitly state when not to use this tool or name alternatives like suggest_access_profile, so it misses the top score.

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/RomanSaranindev/gti-1c-mcp'

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