Skip to main content
Glama
RosenAdvertising

lawruler-mcp

add_conversation_note

Attach conversation notes or chat transcripts to a lead record to centralize communication history.

Instructions

Add a conversation note or chat transcript to a lead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lead_idYes
conversationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the action without disclosing behavioral traits like whether the note is appended or overwrites, error handling when lead_id is invalid, or any limits on conversation content.

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

Conciseness4/5

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

Single sentence is concise and front-loaded with action. However, it could be more structured by adding a brief note on parameter expectations or behavior.

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?

Tool is simple with 2 required parameters and a clear output schema, so basic purpose is covered. But missing context about idempotency, effect on existing notes, or whether it creates a new note or updates existing one leaves gaps for an AI agent.

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

Parameters2/5

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

Schema has 0% description coverage, so description should compensate for parameter meaning. It does not describe 'lead_id' or 'conversation' beyond their names, missing an opportunity to clarify expected format or constraints.

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 action (Add), resource (conversation note or chat transcript), and target (lead). Distinguishes from sibling tools like add_tags_to_lead or create_lead because it specifically adds a note/transcript.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives (e.g., update_lead_summary or other lead update tools). Does not specify prerequisites or exclusions.

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/RosenAdvertising/lawruler-mcp'

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