Skip to main content
Glama

cipp_add_scheduled_item

Schedule a CIPP automation command to run at a specific time, with optional recurrence and tenant scope.

Instructions

Create a new scheduled task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commandYesThe CIPP function or command to execute on the schedule (e.g. "Get-CIPPAlerts").
taskNameYesHuman-readable name to identify this scheduled task in the CIPP UI.
recurrenceNoCron expression or friendly recurrence interval (e.g. "0 9 * * 1" for every Monday at 09:00, or "Daily"). Omit for a one-off task.
tenantFilterNoOptional tenant domain name or ID to scope the scheduled task. Use 'allTenants' to run across every managed tenant.
scheduledTimeYesISO 8601 datetime string specifying when the task should first run (e.g. "2024-06-01T09:00:00Z").
Behavior1/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states 'Create a new scheduled task' without any information about side effects, permission requirements, or whether the task can be modified later. This is critically insufficient.

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

Conciseness3/5

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

The description is a single sentence, very concise and without fluff. However, it is overly terse for a tool with 5 parameters and may sacrifice necessary detail. It is not verbose but borders on under-specification.

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

Completeness1/5

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

Given the 5 parameters (3 required), no output schema, and no annotations, the description is severely incomplete. It fails to explain what a scheduled task is, its role in CIPP, or any constraints like time zone handling or limits. The description does not provide enough context for correct usage.

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 input schema already documents all 5 parameters sufficiently. The description adds no additional meaning beyond what the schema provides, meeting the baseline of 3.

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 clearly states 'Create a new scheduled task', which specifies the action (create) and resource (scheduled task). It is specific enough to distinguish from list-oriented siblings like cipp_list_scheduled_items, though it lacks context about the CIPP platform.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, such as when to create a one-off versus recurring task, or how it relates to other creation tools (e.g., cipp_create_user). No usage context 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/wyre-technology/cipp-mcp'

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