Skip to main content
Glama

report_weekly

Generate a weekly report from work logs, grouping completions by day, summarizing categories, and totaling work minutes.

Instructions

生成周报:按日分组完成数 + 分类汇总 + 工时总分钟。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dayNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It describes the report content but does not explain side effects, permissions, or whether the operation is read-only. The term 'generate' could imply creation but no mutation is clarified.

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 concise sentence that front-loads the tool's purpose and output structure. Every element (weekly report, daily grouping, category summary, total minutes) earns its place.

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?

The high-level output structure is covered and an output schema exists, but the description lacks essential parameter context and usage scope. It does not address how the weekly range is determined or what start_day means.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not mention start_day at all. The agent receives no guidance on the parameter's format, meaning, or default behavior, leaving invocation ambiguous.

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 generates a weekly report with specific aggregations (per-day completion count, category summary, total work minutes). The 'weekly' scope distinguishes it from the sibling tool report_daily.

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?

The description implies the tool is for weekly reporting but does not provide explicit guidance on when to choose it over report_daily or how to handle the start_day parameter. No alternatives or exclusions are mentioned.

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/albertm88/e-worker-mcp'

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