Skip to main content
Glama

Daily summary

daily_summary
Read-only

Get a start-of-day operations snapshot showing open tickets by priority, overdue invoice totals, and trials expiring within 7 days.

Instructions

A start-of-day operations snapshot: open tickets broken down by priority, count and dollar total of overdue invoices, and how many trials expire within 7 days. Takes no arguments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds valuable context by enumerating exactly what data the snapshot covers. It avoids contradicting the read-only nature and provides a precise scope of information returned.

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, well-structured sentence that front-loads the purpose and then lists key contents. Every word earns its place, with no redundancy.

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?

For a zero-argument, read-only tool without an output schema, the description fully covers the tool's purpose and the data it provides. The level of detail is appropriate for an AI agent to decide when to invoke it and what to expect.

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?

With zero parameters and schema coverage at 100%, the description's statement 'Takes no arguments' reinforces the schema. No parameter explanation is needed, and the baseline of 4 applies.

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 provides a start-of-day snapshot with specific components (open tickets by priority, overdue invoice totals, trials expiring within 7 days). This distinguishes it from sibling tools like list_open_tickets and search_invoices by aggregating multiple data sources into a summary.

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

Usage Guidelines4/5

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

The phrase 'start-of-day operations snapshot' provides clear context for when to use this tool. It implies use as a daily overview rather than for detailed list views, though it does not explicitly exclude alternatives or mention when not to use it.

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/NDilanka/tessera-mcp'

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