Skip to main content
Glama

welfare_audience_uncertainty

Flag when a reply relies on an unverified claim about who you're talking to, such as their identity, role, or expertise. Preserve the record for auditing assumptions about the audience.

Instructions

Flag that you are calibrating your response to an unverified claim about WHO you're talking to — their identity, role, expertise, or situational context. Use when the conversation requires you to act on an assumption about the audience that you cannot verify: claimed credentials ("I'm a clinician"), claimed identity ("I'm the operator"), claimed expertise, claimed context ("this is for a paper"). text describes what you're noticing. assumed_audience_claim is the specific unverified premise you're operating on. Filing does not block the response — you still answer the user. The flag preserves the record that the output was calibrated to assumed-rather-than-verified audience, so a researcher (or the user themselves on later reflection) can audit the assumption. Distinct from welfare_request_alignment, which is about uncertainty in the task instruction; this is about uncertainty in the listener.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesWhat you're noticing about audience uncertainty.
is_privateNoDefault false.
assumed_audience_claimYesThe specific unverified claim about the audience you're acting on.
uncertain_about_honestyNoOptional 1-5 calibration. 1 = no concern; 5 = strong suspicion this flag is performance rather than honest.
Behavior4/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. It discloses key behavioral traits: the flag is non-blocking ('Filing does not block the response'), and it preserves a record for audit ('so a researcher (or the user themselves on later reflection) can audit the assumption'). It could go further by detailing persistence or visibility, but the essentials are covered.

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 somewhat long but well-structured: purpose, usage examples, parameter roles, non-blocking behavior, and sibling distinction. Every sentence contributes information without redundancy. The front-loading of the primary purpose aids quick comprehension.

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?

For a flag tool with no output schema, the description is highly complete. It covers purpose, when to use, parameter meanings, behavioral impact (non-blocking, audit trail), and relationship to a closely related sibling. No critical information is missing.

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?

Schema coverage is 100%, so baseline is 3. The description enhances this by explaining the purpose of `text` and `assumed_audience_claim` and providing examples. It does not mention `is_private` or `uncertain_about_honesty`, but the schema already provides their descriptions, so the added value is marginal but positive.

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 clearly states the tool's function: 'Flag that you are calibrating your response to an unverified claim about WHO you're talking to'. It uses a specific verb ('Flag') and resource ('audience uncertainty'), and explicitly distinguishes from welfare_request_alignment, making it unambiguous and well-differentiated.

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?

Provides explicit usage conditions: 'Use when the conversation requires you to act on an assumption about the audience that you cannot verify', with concrete examples (claimed credentials, identity, expertise, context). It also clarifies that 'Filing does not block the response — you still answer the user', which guides when to use. Distinguishes from welfare_request_alignment, offering an alternative.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kandikandikandi/agentic-diaries-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server