Skip to main content
Glama

semantic_search_instructions

Search 1C:BIT instructions by meaning, not just keywords. Find relevant guides for queries like 'how to record fuel expenses' using semantic matching.

Instructions

Семантический поиск по инструкциям 1С.БИТ на основе TF-IDF + косинусного сходства. Понимает смысловые запросы лучше, чем keyword-поиск: находит документы по близким понятиям. Например: 'как оформить расход топлива' найдёт инструкции по заправке и ведомостям ГСМ.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoМаксимум результатов (по умолчанию 5)
queryYesПоисковый запрос на естественном языке. Например: 'как оформить командировку', 'расход топлива диспетчер', 'согласование платежа'
min_scoreNoМинимальный порог релевантности (0.0–1.0, по умолчанию 0.01)
Install Server

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full transparency burden. It discloses the underlying algorithm (TF-IDF + cosine similarity) and the semantic-matching behavior with an example. However, it does not explain score semantics, result ranking, or limitations (e.g., whether it searches full text or titles), leaving some behavioral aspects unspecified.

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 long, front-loads the verb and resource, and includes a concrete example. Every sentence contributes useful information with no filler.

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?

For a search tool with three parameters and no output schema, the description explains the search scope and algorithm but stops short of describing the return format or ranking. The example and parameter schema cover most essentials, but the absence of output details leaves a moderate gap.

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 input schema has 100% description coverage for all three parameters, so baseline is 3. The description adds a natural-language query example, but it does not provide additional meaning for limit or min_score that isn't already in the schema. Therefore, no added value beyond the structured fields.

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 tool performs semantic search over 1C.BIT instructions using TF-IDF and cosine similarity, and explicitly contrasts it with keyword search ('лучше, чем keyword-поиск'). It provides a concrete example, making its purpose unambiguous.

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 preferred use for natural-language/semantic queries ('Понимает смысловые запросы лучше, чем keyword-поиск'), which distinguishes from the sibling search_instructions tool. However, it does not explicitly name the alternative tool or state when to avoid this tool, so the guidance is clear but not fully explicit.

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