Skip to main content
Glama

Challenge as customer

challenge_as_customer
Read-onlyIdempotent

Run your deliverable past the company's customer truth: REAL Customer Evidence first (when stored), then generated ICP as labeled simulation. Returns honest feedback — what would make them engage, scroll past, or what's missing. Use on customer-impact deliverables before sending.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNoOptional additional context about what this deliverable is for, who will see it, or what outcome you want
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
target_icpNoICP ID to use (from get_icps), or "auto" to use the first available. Default: auto
deliverableYesThe content/report/strategy you want the simulated customer to evaluate
deliverable_typeYesWhat type of deliverable this is — helps the customer evaluate appropriately

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds meaningful behavioral context: it uses REAL Customer Evidence first when available, then falls back to a labeled simulated ICP, and it returns honest engagement-oriented feedback.

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?

Three focused sentences cover what the tool does, what it returns, and when to use it. The phrasing is slightly metaphorical ('customer truth'), but the added explanation keeps it efficient and readable.

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?

For a read-only evaluation tool with complete parameter schema and clear annotations, the description is largely sufficient. It explains the process, output, and usage context; only a more concrete output format would make it fully complete, and there is no output schema to supply that.

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 description coverage is 100%, so the schema already documents all parameters. The description does not add further meaning about parameters like target_icp or deliverable_type, so it neither helps nor hurts beyond the baseline.

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 what the tool does: it evaluates a deliverable against customer evidence and simulated ICPs, then returns feedback. It is distinct in substance from generic review tools, but it does not explicitly name or contrast any sibling tool.

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 gives explicit guidance: 'Use on customer-impact deliverables before sending.' It establishes a clear context and timing for use, though it does not provide when-not-to-use guidance or name alternatives.

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