Skip to main content
Glama

create_agent_schedule

Schedule recurring social media search reports with customizable cadence (daily, weekly, monthly, or one-time) and optional email or Slack notifications.

Instructions

Create a recurring Rolli Agent report that runs on a cron-like cadence (daily, weekly, monthly, or one-time) with optional email and Slack notifications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoInvestigation mode (default: trend_briefing)
nameYesUser-friendly name
ends_atNoISO 8601 timestamp when the schedule stops
max_postNoPosts per platform per run (default: 50)
questionYesThe recurring question for the agent
platformsNoPlatforms to search
starts_atYesISO 8601 timestamp when the schedule becomes active
time_windowNoTime window per run (default: 7d)
notify_emailNoEmail address for run notifications
slack_team_idNoSlack workspace ID
recurrence_timeYesTime of day in HH:MM format (e.g., "09:00")
recurrence_typeYesSchedule cadence
slack_bot_tokenNoSlack bot token
slack_team_nameNoSlack workspace name
available_creditsNoReasoning effort for each run: 1=low, 2=medium (default), 3=high, 4=max
recurrence_timezoneYesIANA timezone (e.g., "America/New_York")
notify_slack_webhookNoSlack webhook URL
recurrence_day_of_weekNo0–6 for weekly schedules (0 = Sunday)
notify_slack_channel_idNoSlack channel ID
recurrence_day_of_monthNo1–31 for monthly schedules
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the core behavior (recurring schedule with optional notifications) but does not mention side effects such as immediate scheduling, cost/credit implications, or required setup beyond the schema. It is not misleading but omits deeper behavioral context.

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 action and object, then adds key distinguishing details. No unnecessary words or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

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

The tool has 20 parameters and no annotations or output schema, yet the description remains high-level. It does not mention required fields (e.g., name, question), how to configure specific recurrence days, or what the tool returns. The rich schema covers parameter details, but the description itself does not fully orient an agent on the tool's workflow.

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%, so the baseline is 3. The description adds context by linking recurrence types and notification options to related parameters, but it does not go beyond what the schema already documents for individual parameters.

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 explicitly states the action ('Create'), the resource ('recurring Rolli Agent report'), and the key attributes ('cron-like cadence', 'daily, weekly, monthly, or one-time', 'optional email and Slack notifications'). It clearly distinguishes from sibling tools like update_agent_schedule or start_agent_run.

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

Usage Guidelines3/5

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

The description implies the tool is used for creating recurring reports but provides no explicit guidance on when to choose it over related tools (e.g., start_agent_run for immediate runs, update_agent_schedule for edits). No alternatives or exclusions are mentioned.

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/rolliinc/rolli-mcp'

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