Skip to main content
Glama

list_taiou_marks

Retrieve all response status marks (e.g., responded/not responded) with IDs and names to identify the correct mark for setting inquiry response statuses.

Instructions

対応マーク(問い合わせ対応状況を示す管理画面上のラベル。例: 対応済み/未対応)の一覧をIDと名前付きで取得する。set_response_mark に渡す taiou_mark_id を調べる目的で使う。ページネーションなし(全件を一度に返す)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description fully discloses behavior: it returns all marks with ID and name, and states there is no pagination. This covers the essential behavioral traits for a read-only list.

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?

Two sentences, each sentence adds value: first states purpose and return format, second states usage and pagination behavior. No wasted words.

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?

For a zero-parameter tool without output schema, the description explains what is returned (ID and name), how it is used (for set_response_mark), and that it returns all results. No additional context needed.

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

Parameters4/5

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

No parameters exist, so the description doesn't need to add meaning; baseline 4 applies as schema coverage is 100%.

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 defines the tool as retrieving a list of taiou marks with ID and name, and distinguishes itself by mentioning its purpose to find taiou_mark_id for set_response_mark.

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?

It explicitly states the tool is used to check taiou_mark_id for set_response_mark, providing clear usage context. It does not list alternatives or when not to use, but for a straightforward list tool this is adequate.

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/mediiiiium/mcp-jp'

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