archive_dialogs

Перенести N диалогов в архив.

Server Claudegram sanjar-x/claudegram
Category Write
Risk class Medium
Parameters 00 required

What archive_dialogs does on Claudegram

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

Why archive_dialogs needs a policy

Archiving dialogs modifies the state and organization of user chats but does not delete data irreversibly. This is a Write operation because it reversibly reorganizes data. Severity is medium because an agent misusing this could archive many user conversations, causing loss of visibility, but the operation remains reversible (dialogs can be unarchived).

From the tool's definition Tool name 'archive_dialogs' and description 'Перенести N диалогов в архив' (Transfer N dialogs to archive) indicate moving/modifying chat dialogs. Archiving is a reversible state change operation on message conversations.

Questions about archive_dialogs

What does the archive_dialogs tool do? +

Перенести N диалогов в архив. It is categorised as a Write tool in the Claudegram MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on archive_dialogs? +

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

What risk level is archive_dialogs? +

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

Can I rate-limit archive_dialogs? +

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

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

archive_dialogs is provided by the Claudegram MCP server (sanjar-x/claudegram). 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.