Skip to main content
Glama

Framezone

Get focus summary

get_focus_summary
Read-only

Get focus time summary: total minutes, sessions, and breakdown by project for a date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (Y-m-d, defaults to today)
fromNoStart date (Y-m-d, defaults to start of current week)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds the aggregation behavior (totals, sessions, project breakdown) but does not disclose other behavioral traits such as date inclusivity, timezone handling, or limits. No contradiction with 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?

A single, front-loaded sentence containing the verb, resource, return details, and date-range scope. 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.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with two optional, fully documented parameters and no output schema, the description adequately informs the agent of the return content and the date-range scope. Minor gaps like inclusive/exclusive date boundaries are not critical for its straightforward use case.

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?

Schema description coverage is 100%, with both 'from' and 'to' documented with formats and defaults. The description only restates the 'date range' concept without adding new meaning beyond the schema, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource ('Get focus time summary') and specifies the return content: total minutes, sessions, and breakdown by project. This clearly distinguishes it from sibling tools like get_daily_entry or get_fitness_summary, though it does not name a sibling explicitly.

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 'for a date range' gives clear context on when to invoke this tool. However, it provides no exclusions or explicit alternatives among the many sibling tools, so it falls short of full routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources