Skip to main content
Glama
stan13

ripper-mcp

by stan13

add_timeline_event

Log a timeline event such as a phone call, meeting, or note, and attach it to a contact or listing in Ripper CRM.

Instructions

Log a timeline activity — a phone call, text, meeting, video call, or note. Attach it to a contact (contactId), a listing (listingId), or both. Pass at least one. Use find_contacts / find_listings first to get the id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoISO 8601 date or datetime the event occurred. Defaults to now if omitted.
typeYesThe kind of interaction.
titleNoShort summary of the event.
contactIdNoId of the contact this event belongs to (from find_contacts).
listingIdNoId of the listing this event belongs to (from find_listings), e.g. an open house.
descriptionNoDetails / notes about what happened.
Behavior4/5

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

No annotations provided, so description bears full burden. It discloses that the tool creates an event, attaches to contact/listing, defaults date to now, and lists event types. Does not mention return value or permissions, but these are common for create tools and not egregiously omitted.

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?

Three short sentences, front-loaded with the core purpose. Every sentence adds unique information with no redundancy. Efficient and easy to parse.

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

Completeness4/5

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

Given the absence of annotations and output schema, the description plus schema provide a solid understanding. It covers the event types, parameter constraints, and a prerequisite step. Missing details like return value or error handling are not critical but would slightly improve completeness.

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

Parameters5/5

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

Schema coverage is 100%, so baseline is 3. Description adds value beyond schema: clarifies the 'at least one' constraint for contactId/listingId and advises using find_contacts/find_listings to get IDs. This provides essential usage context not present in schema descriptions.

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?

Description clearly states the tool's purpose: logging a timeline activity with specific types (phone call, text, etc.). It distinguishes from siblings like delete_timeline_event, list_timeline_events, and create_note by specifying the action and binding to contacts/listings.

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?

Includes explicit guidance to use find_contacts/find_listings first to obtain IDs and to pass at least one of contactId or listingId. However, it lacks differentiation from the sibling tool create_note, which might be confused for note-type timeline events.

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