Skip to main content
Glama

search_docs

Search Toss developer documentation and internal field notes by keyword, with optional source filter, to get details like console actions and variable substitutions not in official specs.

Instructions

토스 개발자 문서와 내장 보완 자료를 검색합니다.

공식 스펙에 없는 콘솔/담당자 확인 동작(send-message 이동 URL의 {{ 변수 }} 치환 등)은 field_notes에 있습니다. apps_in_toss만 필터해도 관련 현장 노트는 함께 반환됩니다.

Args: query: 검색어 (공백으로 구분된 키워드) source: 소스 필터 (선택). list_sources 도구에서 지원값 확인 max_results: 최대 결과 수 (기본 10, 최대 30)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
sourceNo
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It reveals that results include field notes (even when filtering by apps_in_toss) and that it covers material beyond the official spec. It does not mention side effects or permissions, but the read-only nature is implied and no contradictions exist.

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 well-structured: a succinct purpose statement, a valuable note about field notes, and a clean Args list. Every sentence adds value without redundancy, and the structure is front-loaded with the core purpose.

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?

Given the tool's complexity (3 params, no annotations, and an output schema that likely explains return format), the description is complete: it specifies the search scope, parameter semantics, and cross-references list_sources. No critical gaps are apparent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description explains all three parameters in detail: query (space-separated keywords), source (optional, check list_sources), and max_results (default 10, max 30). This is essential because the schema has no descriptions (0% coverage in the input schema), and the description fully compensates.

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 searches Toss developer docs and built-in supplemental materials, using a specific verb (search) and resource (docs). It also distinguishes itself by mentioning the inclusion of field notes not in official specs, which differentiates it from sibling search_examples and search_icons.

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 provides context on when to use it (searching docs, including field notes) and explicitly points to the list_sources tool for valid source values. It does not explicitly exclude alternatives or state when not to use it, but the guidance is clear and relevant.

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/chabinhwang/toss-mcp'

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