datetime_add_to_date

Add a duration to a date.

Server UnClick @unclick/mcp-server
Category Write
Risk class Medium
Parameters 61 required

What datetime_add_to_date does on UnClick

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

ParameterTypeRequiredDescription
date string Yes
days number
hours number
years number
months number
minutes number

Parameters from the server's own tool schema.

Why datetime_add_to_date needs a policy

An AI agent can call datetime_add_to_date faster than any human can review — one bad instruction and it creates or modifies resources in UnClick by the hundred, each call as confident as the last.

Questions about datetime_add_to_date

What does the datetime_add_to_date tool do? +

Add a duration to a date. It is categorised as a Write tool in the UnClick MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does datetime_add_to_date accept? +

datetime_add_to_date accepts 6 parameters: date, days, hours, years, months, minutes. Required: date. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on datetime_add_to_date? +

Register the UnClick MCP server in PolicyLayer and add a rule for datetime_add_to_date: 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 UnClick. Nothing to install.

What risk level is datetime_add_to_date? +

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

Can I rate-limit datetime_add_to_date? +

Yes. Add a rate_limit block to the datetime_add_to_date 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 datetime_add_to_date completely? +

Set action: deny in the PolicyLayer policy for datetime_add_to_date. 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 datetime_add_to_date? +

datetime_add_to_date is provided by the UnClick MCP server (@unclick/mcp-server). 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.