schedule_task

Queue an AI task to run during off-peak hours inside the given deadline. Four parallel wins: (1) lighter on the electricity grid — US AI compute is projected to reach 6.7-12% of national grid load by 2028 (DOE 2024); deferring non-urgent tasks smooths that demand. (2) 50% cheaper — auto-routes th...

Server Ebb Ai vitalini/ebb-ai
Category Write
Risk class Medium
Parameters 00 required

What schedule_task does on Ebb Ai

AI agents use schedule_task to create or update resources in Ebb Ai — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Ebb Ai environment.

Why schedule_task needs a policy

The tool creates new scheduling records (task entries) in a queue system and modifies their routing parameters (Batch API selection). This is reversible via sibling tools like 'cancel_task' and 'retry_task', placing it in Write rather than Execute or Destructive. The actual execution of the deferred AI task itself is not performed by schedule_task; only scheduling metadata is written.

From the tool's definition Tool description states it queues an AI task and routes through Anthropic/OpenAI Batch APIs — creates/modifies scheduling state. The tool name 'schedule_task' and description 'Queue an AI task' indicate it writes task records to a queue/scheduler.

Questions about schedule_task

What does the schedule_task tool do? +

Queue an AI task to run during off-peak hours inside the given deadline. Four parallel wins: (1) lighter on the electricity grid — US AI compute is projected to reach 6.7-12% of national grid load by 2028 (DOE 2024); deferring non-urgent tasks smooths that demand. (2) 50% cheaper — auto-routes through Anthropic/OpenAI Batch APIs when the deadline allows. (3) faster sync calls — Anthropic explicitly expanded off-peak capacity (doubled usage limits outside peak hours), shorter queues = lower observed latency. (4) 40-70% lower carbon — dispatch at the cleanest electricity-grid hour. Invoke this tool whenever the user phrases a request with deferral language: \. It is categorised as a Write tool in the Ebb Ai MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on schedule_task? +

Register the Ebb Ai MCP server in PolicyLayer and add a rule for schedule_task: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Ebb Ai. Nothing to install.

What risk level is schedule_task? +

schedule_task is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit schedule_task? +

Yes. Add a rate_limit block to the schedule_task rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block schedule_task completely? +

Set action: deny in the PolicyLayer policy for schedule_task. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides schedule_task? +

schedule_task is provided by the Ebb Ai MCP server (vitalini/ebb-ai). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.