Skip to main content
Glama
wengbin21

mcp-server-freee

by wengbin21

list_users

Retrieve the full list of users for a business office by entering its company ID. This provides access to user information for account management.

Instructions

事業所のユーザー一覧を取得

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYes事業所ID

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says 'get list', which implies a read-only operation, but it does not mention pagination, sorting, active/inactive user filtering, required permissions, or the response shape. This lack of behavioral detail makes it hard for an agent to anticipate side effects or output variations.

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?

A single short sentence conveys the operation and resource with no filler. It is completely front-loaded and appropriately sized for a simple one-parameter list tool.

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?

For a simple list-by-company tool, the core information is present: what it does and the required parameter. However, with no output schema and no behavioral notes, the agent lacks information about the response format or any list limitations (e.g., pagination). It is adequate for basic invocation but leaves meaningful gaps.

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 description coverage is 100%, so company_id is already documented as '事業所ID'. The description adds no extra meaning to the parameter. Baseline 3 applies because the schema fully handles parameter semantics.

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 the action (get list) and resource (users of a business office). It differentiates from sibling tools like list_partners or list_account_items because no other sibling targets users. It does not explain what 'user' means or whether the list is scoped beyond company_id, so it is not a perfect 5.

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?

No explicit when-to-use or alternative guidance is provided. However, the wording 'ユーザー一覧を取得' implies this is the tool to use when a list of users for a business office is needed. Since the sibling list shows no other user-listing tool, the usage context is inferable, but it is not explicitly stated.

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

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/wengbin21/mcp-server-freee'

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