Skip to main content
Glama

set_weekly_macro_schedule

Assign a saved macro target template to specific days of the week to set your recurring macro schedule for all future dates.

Instructions

Set the recurring weekly macro schedule by assigning a template to days.

This updates the DEFAULT schedule that applies to all future dates, not just a specific date override.

First finds the template by name (from existing saved templates or from a recently created per-date template), then assigns it to the specified days of the week.

Args: template_name: Name of a saved macro target template (e.g. "Retatrutide GI-Optimized", "Keto Rigorous"). days: Comma-separated day names or "all" (default). E.g. "Monday,Wednesday,Friday" or "all".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_nameYes
daysNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool updates the default schedule (a write operation) but does not specify whether it overwrites existing schedules, required permissions, or undoability. Given the lack of annotations, this is adequate but could be more explicit about behavioral traits.

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 the main action, followed by a clear explanation of scope and mechanism. The Args section is well-structured. Every sentence adds value without 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?

Given the tool's simplicity (2 params, 1 required, output schema exists), the description covers the core functionality and parameter semantics well. It omits details like error handling or valid day enumerations, but these are minor gaps. The output schema exists, so not explaining return values is acceptable.

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 description adds detailed meaning beyond the input schema, which only has titles and types. It explains that template_name refers to saved templates and days can be comma-separated day names or 'all', filling the 0% schema coverage gap entirely.

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 verb 'Set' and resource 'recurring weekly macro schedule' with action 'assigning a template to days.' It distinguishes from sibling tools like set_macro_targets by specifying it's for a weekly recurring schedule, not daily targets.

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 description explains that the tool updates the DEFAULT schedule for all future dates, not a specific date override. While it doesn't explicitly mention when not to use it or alternatives, the context is clear enough for an AI to differentiate from similar tools.

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/cphoskins/cronometer-mcp'

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