Skip to main content
Glama

list_examples

Filter and access official Toss app examples by platform (webview, React Native, server) to find relevant reference code.

Instructions

검색 가능한 Apps in Toss 공식 예제 목록을 보여줍니다.

Args: platform: 플랫폼 필터 (선택). webview, react_native, server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

With no annotations present, the description itself carries the full burden of disclosing behavior. It does not mention side effects, read-only nature, output format, rate limits, or any behavior beyond the basic action. This is a significant gap for a tool that likely performs a read operation.

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, with a clear statement of purpose and a separate section for arguments. It contains no unnecessary fluff, making it efficient for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of an output schema and annotations, the description is the sole source of context. It lacks details about the expected output structure, the meaning of 'searchable', or any hints about result size or pagination. This incompleteness could lead to incorrect assumptions by the agent.

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 description provides some semantic value for the parameter 'platform' by listing possible values (webview, react_native, server) and indicating it is optional, which is not present in the schema (0% coverage). However, it does not explain what each value signifies or how filtering affects the results, leaving partial ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool shows a list of searchable Apps in the official Toss examples, which is specific and distinguishes it from sibling tools like search_docs or list_sources. The verb 'shows' is appropriate, though the term 'Apps' is slightly vague.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives such as search_examples or list_sources. There is no mention of typical use cases, prerequisites, or scenarios where this tool is preferred, leaving the agent to infer.

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