Skip to main content
Glama

Get a time report

goalslot_get_report
Read-only

Retrieve time and goal by selecting a view: daily totals, per-goal summaries, detailed logs schedule comparisons, andboards. Returns normalized minutes and resolved date range.

Instructions

READ ONLY. The single reporting tool. Pick a view; the tool routes to the right report and normalizes the answer. Views: "day_total" is minutes per day, the best default for "how did my week go". "summary" with groupBy goal or category is the per-goal rollup. "detailed" lists every entry grouped by day. "day_by_task" is per day broken down by task. "schedule" compares hours PLANNED in the weekly template against hours actually LOGGED, which is the only way to tell "I never allocated time" apart from "I allocated it and did not honour it". "goals_progress" and "dashboard" are account-wide snapshots that ignore the date range. "weekly" and "monthly" are convenience windows. The response always echoes the resolved date range. Quote that range to the user rather than saying "this week", and never state a number that did not come back from a tool. All durations are minutes. Percentages are already computed; do not recompute them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewYesWhich report to run. Start with day_total or summary unless you need something specific.
presetNoA named window resolved in the user's timezone: today, yesterday, this_week, last_week, last_7_days, last_30_days, this_month, last_month. Weeks start Monday. If startDate or endDate is also given, the explicit dates win and this is ignored. The response always echoes the range that was actually used.
endDateNoEnd of the reporting window, inclusive. Calendar date as YYYY-MM-DD, for example 2026-08-25, interpreted in the user's timezone (get_context.timezone). Never include a time or a Z suffix. Use get_context.today rather than assuming what today is.
goalIdsNoRestrict to these goal ids.
groupByNosummary view only. How to roll the totals up. Defaults to goal.
taskIdsNoRestrict to these task ids.
categoryNoRestrict to one category value.
startDateNoStart of the reporting window, inclusive. Calendar date as YYYY-MM-DD, for example 2026-08-25, interpreted in the user's timezone (get_context.timezone). Never include a time or a Z suffix. Use get_context.today rather than assuming what today is.
hourlyRateNoRate used for billable totals.
includeBillableNoAdd billable totals. Requires hourlyRate to be meaningful.
Behavior5/5

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

Beyond annotations (readOnlyHint=true, destructiveHint=false, openWorldHint=true), the description adds: response echoes the resolved date range, all durations are minutes, percentages are precomputed, and the tool normalizes answers. It also warns against inventing numbers, which is actionable behavioral guidance. 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?

The description is front-loaded with 'READ ONLY' and 'The single reporting tool', then systematically walks through every view, and ends with response-format guidance. Despite its length, every sentence provides unique value; there is no fluff. It is structured for quick scanning by an agent.

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 10 parameters, 9 views, no output schema, and rich behavioral expectations, the description covers everything an agent needs: view selection cues, date-range echo behavior, units, recomputation warnings, and explicit guidance on quoting ranges. It also clarifies edge cases like account-wide snapshots ignoring date ranges. Nothing critical is missing.

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

Parameters5/5

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

The schema covers 100% of parameter descriptions, but the tool description adds significant meaning: it explains each view's use case, clarifies that groupBy applies only to summary, notes that presets are timezone-resolved, and highlights the schedule view's unique planned-vs-logged comparison. This goes well beyond the schema.

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 states the tool is the 'single reporting tool' with a clear verb (get) and resource (report), and distinguishes it from siblings by noting it routes to the right report and normalizes the answer. It also lists all views with their purposes, making it unmistakable.

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?

It explicitly explains when to use each view (e.g., 'day_total' for 'how did my week go', 'schedule' for planned vs logged) and instructs on how to quote the resolved date range to the user. It also says 'READ ONLY' and implies it is the go-to reporting tool, with no ambiguity about alternatives.

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/ZeeshanAdilButt/goalslot-mcp'

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