Skip to main content
Glama

Northside Intelligence WebMCP

ni_replyflow_subscribe

Subscribe to ReplyFlow, the automated lead DM and email reply engine (Solo, Team or Agency plan, billed monthly by card). Returns a checkout_url and order_id; after payment call ni_order_status with order_id to get the result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierYesReplyFlow plan. Price is shown on the Stripe checkout page.solo
account_emailYesSubscriber email

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description bears the full burden of behavioral disclosure. It reveals that this is a purchase action (billed monthly by card), returns a checkout_url for external payment, and yields the final result only after a follow-up call to ni_order_status. This effectively communicates the async and externally-dependent nature of the operation, though it omits details like failure modes, idempotency, or whether a subscription auto-renews.

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 compact sentences, front-loaded with the core action ('Subscribe to ReplyFlow') and immediately followed by the plan/billing scope, return values, and a precise next-step pointer. Every phrase earns its place; there is no filler, repetition, or off-topic detail.

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 no output schema and no annotations, the text adequately covers the tool's purpose, plan options, billing mechanism, return payload, and the exact follow-up call. Minor omissions exist—it does not explicitly state that the subscription is only active after payment completes, nor that checkout_url is a Stripe payment link (though this is implied by the schema and wording). These are relatively small gaps for a 2-parameter purchase tool.

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?

Schema coverage is 100%, both parameters have descriptions, and the tier parameter already has an enum and default. The description adds billing context ('billed monthly by card') and ties tier values to the 'Solo, Team or Agency' plan names, which slightly enriches the parameter semantics. It does not, however, add new constraints or format details beyond what the schema already states, so a baseline score of 3 is appropriate.

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 states a specific verb and resource: 'Subscribe to ReplyFlow, the automated lead DM and email reply engine.' It clearly defines the plan options (Solo, Team, Agency) and billing method (monthly by card), plus the return payload (checkout_url, order_id). It also distinguishes itself from the sibling ni_order_status by explicitly naming it as the follow-up call, making the tool's role unambiguous.

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 provides clear context for when to use the tool: to subscribe to ReplyFlow and obtain a checkout URL and order ID. It gives a direct workflow instruction—'after payment call ni_order_status with order_id to get the result'—which tells the agent the next step. However, it does not explicitly state when NOT to use this tool vs. alternatives like ni_replyflow_generate, leaving some sibling differentiation implicit.

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.