Skip to main content
Glama
stan13

ripper-mcp

by stan13

delete_timeline_event

Remove a timeline event by providing its activityId. Use only when the user explicitly asks to delete an event.

Instructions

Delete a timeline event. Use find_contacts then list_timeline_events to get the activityId. Only delete when the user clearly asks to remove an event.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
activityIdYesId of the timeline event to delete (from list_timeline_events).
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. As a delete operation, it fails to mention that the action is irreversible or destructive, leaving a critical gap in transparency.

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

Conciseness5/5

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

The description is extremely concise with two sentences. The first sentence states the purpose, and the second adds usage and prerequisite guidance. Every word is necessary and front-loaded.

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

Completeness3/5

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

Given the tool's simplicity (one parameter, no output schema), the description covers purpose, parameter semantics, and usage guidelines. However, it lacks behavioral transparency about destructiveness, which is important for a delete operation, making it slightly incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, activityId, has a schema description but the tool description adds value by specifying how to obtain it (via find_contacts and list_timeline_events). This context goes beyond what the schema provides, raising the score above baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Delete a timeline event' with a specific verb and resource. It distinguishes from siblings like add_timeline_event and list_timeline_events, and provides a context-specific usage hint.

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

Usage Guidelines4/5

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

The description gives explicit guidance to 'only delete when the user clearly asks to remove an event' and advises using find_contacts then list_timeline_events to obtain the activityId. This outlines when and how to use the tool, though it does not explicitly state alternatives.

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/stan13/ripper-mcp'

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