Skip to main content
Glama

semantic_search

Find job vacancies by conceptual meaning instead of exact keywords. Describe the task in your own words to get matches ranked by similarity score.

Instructions

Поиск вакансий по смыслу через векторные эмбеддинги описаний, а не по точным словам. Используйте, когда запрос описывает задачу своими словами или ищет по концепции без гарантии, что в вакансии есть именно эти слова. Для поиска по конкретным терминам используйте search_vacancies — он быстрее и не требует установленного extra rag. Возвращает вакансии с оценкой похожести (similarity).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
min_similarityNo

Output 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?

With no annotations available, the description carries the full burden and does well: it reveals the vector-embedding mechanism, the semantic rather than lexical matching behavior, the similarity score in results, and implicitly the requirement of the `rag` extra. It does not explicitly state failure behavior if `rag` is missing, but overall it is transparent for a read-only search tool.

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 concise and well-structured: it front-loads the core distinction, then provides usage guidance, a comparative alternative, and the return characteristic. Every sentence earns its place with 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?

Given the low parameter count and the presence of an output schema, the description covers the essential context: what semantic search does, when to use it, when not to, and what kind of results to expect. Minor omissions like explicit `limit`/`min_similarity` semantics and the explicit `rag` prerequisite are present but not fully detailed.

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 0%, so the description must compensate. It effectively explains the meaning of `query` by describing semantic intent and hints at `min_similarity` through the mention of similarity scores. However, it does not explicitly describe `min_similarity` as a threshold or explain `limit`, leaving some parameter semantics to inference from names and defaults.

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 that the tool performs semantic search over vacancies using vector embeddings, not exact word matching, and returns vacancies with similarity scores. It explicitly distinguishes itself from search_vacancies, making the tool's unique purpose unmistakable.

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

Usage Guidelines5/5

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

The description gives explicit guidance on when to use this tool: when the query describes a task in one's own words or searches by concept. It also provides a clear alternative for exact-term search, search_vacancies, and explains why that alternative is preferable (faster, no extra `rag` dependency).

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/Denmurzik/hh-radar'

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