Skip to main content
Glama

Analyze Persuasion

analyze_persuasion

Analyze content using domain-specific persuasion frameworks.

Each domain has specialized scoring dimensions:

  • business: B2B/B2C messaging, ROI framing, objection handling

  • politics: Political messaging, polarization awareness, coalition building

  • health: Medical accuracy, safety messaging, behavior change (CRITICAL domain)

  • masculinity: Identity messaging, status signaling, tribe alignment

  • comedy: Humor mechanics, timing, callback patterns

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoThe domain context for persuasion analysisbusiness
contentYesThe text content to analyze (min 50 characters)
platformNoTarget platform for optimizationgeneral
temperatureNoOptional LLM sampling temperature. Pass 0.0 for deterministic scoring (validation harnesses, classification-agreement gates). Leave unset (None) for the backend default. Forwarded to the persuasion endpoint, which has accepted this parameter since cos-bbf.
target_audienceNoDescription of intended audience

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

Annotations are absent, so the description carries the full burden. It doesn't disclose any behavioral traits such as whether it's read-only, any rate limits, or what the output looks like. It only lists analysis dimensions, which is content, not behavior.

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?

Concise and well-structured, with a clear intro and bullet list. The critical domain note is highlighted. No fluff.

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?

With an output schema present, the return format is covered. However, the description lacks usage guidance and behavioral transparency, which are important for a tool with many siblings. It's not fully complete but adequate for a straightforward analysis tool.

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 schema covers all parameters, but the description adds domain-specific semantics by listing what each domain analyzes, which helps the agent select the right domain. It doesn't add info for other parameters, but since schema coverage is 100%, the baseline is 3; the added domain detail raises it to 4.

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?

States a specific verb ('Analyze'), resource ('content'), and a specific focus ('persuasion frameworks'). The domain list adds specificity. However, it doesn't explicitly differentiate from sibling analyze_* tools, so it's clear but not fully distinguishing.

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 like analyze_content or analyze_quality. It doesn't mention any exclusions or conditions. The agent would have to infer from the name and description.

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