Skip to main content
Glama
uno-km

AMEVA MCP Advanced Toolkit

by uno-km

semantic_search

Perform semantic search on source code or documents using natural language queries. Locally embed and rank results with vector similarity, no external API needed.

Instructions

소스코드나 문서에서 자연어 질문으로 의미 기반(Semantic) 검색을 수행합니다. ONNX 임베딩 모델을 WASM으로 구동하여 외부 API 없이 로컬에서 벡터 유사도 검색합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes자연어 검색 질문 (예: '계좌 이체 처리하는 부분 어디야?')
documentsYes검색할 문서/파일 목록
top_kNo반환할 최상위 결과 수 (기본값: 5)
Behavior4/5

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

With no annotations, the description fully explains the behavioral trait of running an ONNX embedding model locally as WASM without external APIs. This is good transparency. However, it omits potential limitations like language restrictions or performance characteristics.

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 consists of two compact sentences, front-loading the core purpose (semantic search) and then providing technical detail (local ONNX/WASM execution). No filler or redundancy.

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?

The description explains the search mechanism but does not describe what the tool returns (e.g., similarity scores, ranked documents). Since there is no output schema, this is a notable gap. The document parameter structure is detailed in schema, so that part is adequate.

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% (all 3 parameters described). The description adds minimal additional semantic value beyond the schema: it mentions 'natural language question' for query and 'documents/files list' for documents, which are already in schema descriptions. Baseline 3 is appropriate.

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 specifies it performs semantic search on source code or documents using natural language queries. It distinguishes the local execution via ONNX/WASM, setting it apart from any API-based search. No sibling tools perform similar semantic search, so purpose is unambiguous.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives or when not to use it. While sibling tools are largely unrelated, some could be confused (e.g., process_dataframe for data processing). No guidance on preferred contexts or prerequisites is provided.

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

Install Server

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/uno-km/MCP-Advanced-Toolkit'

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