Skip to main content
Glama
pepabo

Color Me Shop

Official

statSale

Read-onlyIdempotent

Summarize sales for today, the last 7 days, and the current month from a reference date. Track daily progress and monthly performance.

Instructions

基準日を起点に 3 つの売上集計 — 当日 / 基準日を含む直近 7 日間 / 基準日の属する月全体 — をまとめて返します。make_date(YYYY-MM-DD、省略時は現在時刻)で基準日を指定するため、過去の任意の日付やその月の集計も取得できます。任意の日数範囲や商品別内訳の集計には対応していないため、それらが必要な場合は getSales で受注一覧を取得して集計してください。今月の進捗確認、昨日の実績、特定月の売上把握などに使います。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
make_dateNo集計の基準日。この日を起点に、以下の期間の売上金額と件数を返す。 - `amount_today` / `count_today`: 基準日当日の売上 - `amount_last_7days` / `count_last_7days`: 基準日の7日前の日から基準日の終わりまでの売上 - `amount_this_month` / `count_this_month`: 基準日が属する月の売上 形式は"2017-04-12"、"2017/04/12"など。指定しない場合は今日の日付が使われる。
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive behavior. The description adds valuable context about the output structure (three aggregation groups) and the parameter's role, enhancing transparency beyond annotations.

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 (3 sentences) and front-loaded with the key output. Every sentence adds value: output summary, parameter usage, and limitations.

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?

Given no output schema, the description explicitly details the return structure (amount_today, count_today, etc.) and covers parameter format, default, and limitations. It is complete for the tool's complexity.

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?

Schema coverage is 100% with detailed parameter description. The description adds extra context about using past dates and the default value, improving understanding of the parameter's flexibility.

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 tool aggregates sales into three periods (today, last 7 days, current month) based on a reference date. It explicitly mentions what it does not support (arbitrary ranges, breakdowns) and distinguishes from sibling tool getSales.

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

Usage Guidelines5/5

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

The description provides explicit usage scenarios (progress check, yesterday's results, monthly sales) and clearly states when not to use it (when arbitrary date ranges or breakdowns are needed), directing users to getSales instead.

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/pepabo/colormeshop-mcp'

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