Skip to main content
Glama

Northside Intelligence WebMCP

ni_replyflow_generate

Generate a personalized reply to a lead message using ReplyFlow. Free tier, limited to 10 replies per agent per day; subscribe for more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toneYesdirect
contextYesProduct or service context
lead_messageYesThe received lead message or DM

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of disclosure. It does add a meaningful behavioral constraint: the free tier is limited to 10 replies per agent per day and subscribing unlocks more. However, it does not disclose whether the tool only generates a draft or also sends it, nor does it describe response shape or other side effects.

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 two tightly written sentences: the first states the core purpose, and the second provides a concrete usage limit. There is no fluff, and every sentence earns its place.

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?

For a simple three-parameter generation tool, the description covers the main action and a key constraint. However, there is no output schema and no statement about what the tool returns, whether the reply is drafted or sent, or how failures/limits surface. This leaves some contextual gaps for an agent to infer.

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

Parameters3/5

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

With 67% schema description coverage, the schema already explains lead_message and context, while tone is enumerated with a default. The description itself adds no parameter-level detail, but the existing schema coverage is sufficient for an agent to construct a valid call. The tone values are also self-explanatory.

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

Purpose4/5

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

The description clearly states a specific action and resource: generate a personalized reply to a lead message using ReplyFlow. It is not a tautology and gives enough to know what the tool does, though it does not explicitly differentiate itself from sibling tools like ni_replyflow_subscribe.

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

Usage Guidelines3/5

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

The opening clause implies this is the tool for replying to lead messages, and the 'subscribe for more' phrase hints at quota-related usage. However, it never explicitly states when to use this tool over alternatives or when not to use it, leaving usage guidance mostly implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.