monday-archive-item
Archive a Monday.com item
Part of the Monday.com MCP server. Enforce policies on this tool with Intercept, the open-source MCP proxy.
WHEN AI AGENTS USE THIS TOOL
AI agents call monday-archive-item to perform operations in Monday.com. While the risk category is not fully classified, applying a rate limit gives you visibility into how often the tool is called and prevents unexpected bursts of activity from autonomous agents.
WHY ENFORCE A POLICY ON MONDAY-ARCHIVE-ITEM
Applying a policy to monday-archive-item gives you an audit trail of every call an AI agent makes. Even for low-risk tools, visibility into agent behaviour helps you debug issues, optimise workflows, and maintain compliance with your organisation's security requirements.
RECOMMENDED POLICY
Apply a rate limit to control usage and monitor for unexpected behaviour.
tools:
monday-archive-item:
rules:
- action: allow
rate_limit:
max: 60
window: 60 See the full Monday.com policy for all 16 tools.
DETAILS
MORE MONDAY.COM TOOLS
monday-list-boards Read monday-get-board-groups Read monday-list-items-in-groups Read monday-list-subitems-in-items Read monday-get-item-updates Read monday-get-docs Read monday-get-doc-content Read monday-create-item Write SIMILAR OTHER TOOLS ON OTHER SERVERS
RELATED READING
FREQUENTLY ASKED QUESTIONS
What does the monday-archive-item tool do?
Archive a Monday.com item. It is categorised as a Other tool in the Monday.com MCP Server, which means it performs auxiliary operations.
How do I enforce a policy on monday-archive-item?
Add a rule in your Intercept YAML policy under the tools section for monday-archive-item. You can allow, deny, rate-limit, or validate arguments. Then run Intercept as a proxy in front of the Monday.com MCP server.
What risk level is monday-archive-item?
monday-archive-item is a Other tool with low risk. Read-only tools are generally safe to allow by default.
Can I rate-limit monday-archive-item?
Yes. Add a rate_limit block to the monday-archive-item rule in your Intercept 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 monday-archive-item completely?
Set action: deny in the Intercept policy for monday-archive-item. 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 monday-archive-item?
monday-archive-item is provided by the Monday.com MCP server (mcp-server-monday). Intercept sits as a proxy in front of this server to enforce policies before tool calls reach the server.
ENFORCE POLICIES ON MONDAY.COM
Open source. One binary. Zero dependencies.