Skip to main content
Glama

Get the weekly schedule

goalslot_get_schedule
Read-only

Retrieve the weekly schedule template to identify available time windows. Use it before proposing new blocks to avoid conflicts.

Instructions

READ ONLY. Returns the user's weekly schedule template, grouped by day and sorted by start time. The GoalSlot schedule is a REPEATING WEEKLY TEMPLATE, not a calendar of dated events. A block on Tuesday 09:00-12:00 happens every Tuesday. There is no way to schedule something for one specific date. Times are wall-clock HH:mm with no date and no timezone. dayOfWeek is Sunday-first: 0 = Sunday through 6 = Saturday. Call this before proposing any new block, so you can see which windows are already taken.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayOfWeekNoRestrict to a single day. 0 = Sunday, 1 = Monday, ... 6 = Saturday. Omit for the whole week.
Behavior5/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, but the description adds vital behavioral context by explaining that the schedule is a repeating weekly template, not dated events. It also specifies wall-clock times with no timezone and Sunday-first day indexing, which are not captured in annotations. This significantly enriches the agent's understanding beyond the structured metadata.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average but every sentence carries essential information: the read-only nature, the repeating-template semantics, time and day conventions, and a clear usage directive. It is front-loaded with 'READ ONLY' and structured logically from purpose to usage, so the length is justified.

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?

The description explains the return shape (grouped by day, sorted by start time) and the crucial conceptual distinction from a dated calendar, which is essential for an agent to interpret results correctly. It also clarifies the time format and day-of-week indexing, and provides explicit guidance to call this before proposing new blocks. With no output schema, this provides sufficient context for correct invocation and interpretation.

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 schema already fully describes the single parameter dayOfWeek with its range and Sunday-first indexing, achieving 100% coverage. The description repeats this convention but adds no new semantic meaning beyond reinforcing it, so a baseline score of 3 is appropriate.

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 returns the user's weekly schedule template, grouped by day and sorted by start time. It explicitly contrasts it with a calendar of dated events, distinguishing it from sibling tools like goalslot_manage_schedule_block. The verb 'returns' and resource 'weekly schedule template' are specific and unambiguous.

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?

The description explicitly says 'Call this before proposing any new block, so you can see which windows are already taken,' giving a concrete trigger. It also clarifies the repeating nature of the schedule, preventing the agent from misinterpreting it as a dated calendar. While it doesn't name alternatives, the instruction is clear and sufficient.

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