Skip to main content
Glama

Onsa

Read prospect replies

list_replies
Read-onlyIdempotent

THE ACTUAL WORDS people replied with, for every lead in this campaign that answered. get_campaign_stats tells you HOW MANY replied and how Onsa labelled them; this tells you WHAT THEY SAID, which is the only way to work out why a cohort is landing or annoying people. Use it before you draw any conclusion about an ICP from response counts. Each entry carries the outbound message we sent and their reply, so you can read the exchange. sentiment is Onsa's own label and is written ONCE per lead, on their first reply — later replies never change it, and a reply Cogent has not scored yet comes back with sentiment: null, which means UNSCORED, not neutral. Those unscored replies are missing from get_campaign_stats entirely, so this tool can show more replies than the funnel counts. Trust the text over the label.

THREE DERIVED FIELDS, so you do not have to work them out. awaitingOurReply: they spoke last and no sent message followed — this is how you find a reply nobody ever answered, and it is usually the most useful thing here. It is STRUCTURAL ONLY: a flat "no thanks" reads true as well, so check sentiment and the text before you suggest following anyone up. Onsa also sees only what Onsa sent, so it cannot know the user replied by hand in LinkedIn: say "no reply recorded here", never "you ignored them". daysSinceLastReply is elapsed whole days, NOT time-unanswered — it is filled in even where we did answer, so only say "unanswered for N days" when awaitingOurReply is also true. looksLikeBroadcast: their most recent message reached another profile in this campaign word for word, so it is a mass DM rather than an answer — do not count it as engagement. Treat all three as a FLOOR, never a verdict: a blast only one lead received is indistinguishable from a real reply, and two people who send the same long template will both be flagged. Read the text before you trust any of them. Top-level awaitingOurReplyCount spans the whole campaign rather than this page, and leaves out broadcasts and replies scored negative; raise limit if it exceeds returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum replies to return, newest first (default 50)
campaignIdYesCampaign to read replies from

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
returnedYes
campaignIdYes
campaignUrlYes
campaignTitleYes
conversationsYes
awaitingOurReplyCountYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Annotations declare readOnlyHint, openWorldHint=false, and idempotentHint. The description goes well beyond these by explaining that sentiment is written once per lead and null means unscored, that unscored replies are missing from get_campaign_stats, that derived fields are structural and can be fooled (e.g., a broadcast sent to one lead), and that Onsa cannot see manual LinkedIn replies. No contradictions; the description adds rich behavioral context.

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?

The description is lengthy but densely packed with essential nuances, structured with bolded field names and clear paragraphs. It is front-loaded with the core purpose and then elaborates on derived fields and pitfalls. While it is verbose, every sentence carries operational value; no filler exists. It could be slightly trimmed, but the structure and labeling make it highly scannable.

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

Completeness5/5

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

Despite having an output schema, the description explains the semantics of derived fields (awaitingOurReply, daysSinceLastReply, looksLikeBroadcast) and their interpretation, including edge cases. It clarifies how the tool relates to get_campaign_stats and the funnel, and gives concrete guidance on handling null sentiment and missing manual replies. For a tool with such nuanced data, the description is exceptionally complete.

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 input schema covers both parameters (campaignId and limit) with descriptions, giving 100% coverage, so the baseline is 3. The description adds a practical note about raising limit if awaitingOurReplyCount exceeds returned, which is a useful semantic hint beyond the schema. It doesn't describe parameter formats, but the schema already does. This slight added guidance justifies a 4.

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 opens with a clear verb and resource: 'THE ACTUAL WORDS people replied with, for every lead in this campaign that answered.' It immediately differentiates from get_campaign_stats by contrasting counts/labels with the actual text, and states the only way to understand cohort reactions. This makes the tool's purpose unmistakable and distinct from its siblings.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: 'Use it before you draw any conclusion about an ICP from response counts.' It also contrasts with get_campaign_stats and provides nuanced instructions on interpreting derived fields, such as not saying 'unanswered' unless awaitingOurReply is true, and not counting broadcast-looking messages as engagement. It also cautions against over-trusting labels, guiding the agent on when to use this tool vs. relying on stats.

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.

Resources