Skip to main content
Glama
jmjeong

Whooing MCP

by jmjeong

whooing_account_activity

Read-only

Summarize account activity over a date range, providing totals, frequent items, and recent matching entries for quick financial analysis.

Instructions

Summarize activity for one account in a date range, including totals, frequent items, and recent matching entries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateNoStart date (YYYYMMDD). Defaults to 1st of current month.
end_dateNoEnd date (YYYYMMDD). Defaults to today.
section_idNoSection ID. Defaults to WHOOING_SECTION_ID env var.
account_idNoAccount ID to summarize. Use either account_id or account_name.
account_nameNoCase-insensitive account name match. Used when account_id is omitted.
limitNoMax number of entries to scan. Defaults to 100.
recent_limitNoMax number of recent entries to show. Defaults to 20.
page_limitNoEntries API page size for paginated account lookup. Defaults to 100.
max_pagesNoMaximum pages to fetch for account lookup. Defaults to 10.
max_api_callsNoMaximum Whooing API calls this tool may make. Defaults to 12.
Behavior4/5

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

The description adds value beyond the readOnlyHint annotation by detailing the output composition (totals, frequent items, recent entries). It is consistent with the annotation and discloses behavioral traits such as the summary nature. However, it does not explain pagination behavior or API call limits, which are controlled by parameters.

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 a single sentence that front-loads the core purpose and key outputs. No extraneous or redundant information. Every word is necessary.

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?

Given the complexity (10 parameters, no output schema) and the existence of the schema descriptions, the description is mostly complete. It covers the main inputs (account, date range) and outputs. A minor gap is that it does not explain the role of pagination parameters, but the schema covers those. Overall, it provides sufficient context for an agent to use the tool correctly.

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 input schema has 100% description coverage, so the baseline is 3. The description does not provide additional semantic meaning for parameters beyond what the schema already offers. It mentions outputs but does not map them to specific parameters.

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 specifies the action ('Summarize activity') and the resource ('one account in a date range') with concrete outputs ('totals, frequent items, recent matching entries'). It distinguishes from sibling tools like whooing_entries (which lists raw entries) and whooing_monthly_summary (which likely aggregates all accounts).

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

Usage Guidelines2/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives, nor does it specify when not to use it. No mention of prerequisites, limitations, or competing tools, leaving the agent to infer usage solely from the tool's name and description.

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/jmjeong/whooing-mcp'

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