Skip to main content
Glama

get_weekly_summary

Get a week's summary of agenda statistics, work log entries, and commits. Specify the Monday start date to pick a week, or leave blank to use the current one.

Instructions

Summary for a week: agenda stats, work log entries, and commits for that week.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weekNoWeek start date YYYY-MM-DD (Monday). Defaults to current week.
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. 'Summary' suggests a read-only operation, and the content types are listed, but the description does not explicitly confirm side-effect-free behavior, permissions, or how the week is resolved beyond what the schema already covers.

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 compact sentence that front-loads the purpose and then lists the three included data categories. It contains no redundant phrases, no filler, and every word contributes to understanding the tool.

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?

The tool is low complexity: one optional, fully documented parameter and no output schema. The description names the three output areas. It might have explicitly stated default week behavior or read-only confirmation, but those are minor gaps for an aggregate summary tool.

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 only parameter, week, is already fully documented in the schema: type string, format YYYY-MM-DD, Monday start date, and current-week default. Since schema coverage is 100%, the description adds no meaningful semantic information to justify a score above baseline.

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?

Clear action verb 'get' and explicit resource 'weekly summary' with the exact content categories: agenda stats, work log entries, and commits. This distinguishes it from sibling tools like get_agenda, get_work_log, and get_commits, which each target only one of those data types.

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 intended use is implied: call this when a consolidated weekly summary is needed across agenda, work logs, and commits. However, it does not explicitly tell the agent when to prefer this tool over the individual sibling tools, nor does it state any exclusions.

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/himanshu-sharma-55/work-brain'

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