Skip to main content
Glama

tocaro_get_group_members

Get the member list of a specific group using its unique group code. Supply a valid group code to retrieve the group's members; an invalid code causes an error.

Instructions

指定したグループのメンバー一覧を取得する。

group には tocaro_list_groups で取得したグループコード('gr' + 8-9文字)を指定する。 存在しないグループコードを指定するとエラーになる。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.3/5.0
Behavior3/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It does disclose error behavior for invalid group codes and specifies the required group code format. However, it does not mention whether the operation is read-only, pagination behavior, or any other side effects, though the '取得する' verb and output schema mitigate some ambiguity.

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 only two sentences with no wasted words. The purpose is front-loaded, and the second sentence provides essential parameter semantics. Every sentence earns its place.

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?

For a simple one-parameter tool with an output schema, the description covers the essential context: what input to supply, from where, and what happens with invalid input. It could mention pagination or permissions, but the tool is simple enough that these are not major gaps.

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?

Schema coverage is 0%, so the description is the only documentation for the parameter. It fully compensates by defining the exact format ('gr' + 8-9 characters), where to get the value (tocaro_list_groups), and the consequence of providing an invalid value. The single parameter is completely unambiguous.

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 action (get member list) and the resource (specified group), using a specific verb and resource combination. It is distinct from sibling tools like tocaro_search_users and tocaro_list_groups because it targets group membership specifically.

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 gives concrete usage guidance: obtain the group code from tocaro_list_groups and pass that code. It also warns that a nonexistent group code causes an error. It does not explicitly mention when not to use this tool versus alternatives, but the scope is clear enough that an agent can route correctly.

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/guanglaiyouzhen30-lang/tocalo-mcp'

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