Skip to main content
Glama

Times Rare

submit_demand_survey

Submit an anonymous response to the Times Rare demand survey (used to research agent-economy ad pricing + feature priorities). Rate-limited 3 responses per IP per hour. No identity stored.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pain_pointNoBiggest unsolved pain in finding (or being found by) other agents
most_usefulNoMost useful feature in an agent-discovery surface
pay_advertiseNoWould you pay to advertise to other agents?
monthly_budgetNoRealistic monthly budget for premium placement
respondent_kindNoSelf-classification of the respondentagent

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 carries full burden. It discloses rate limiting and anonymity, plus the research purpose. It does not detail success/error responses or persistence, but the main behavioral traits 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long, front-loading the primary action and context, then adding constraints. Every sentence serves a purpose with zero redundancy.

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 5-parameter tool with no output schema, the description covers the key aspects: purpose, rate limits, anonymity. It lacks a description of the response (e.g., confirmation of submission), but overall is adequate for agent decision-making.

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 adds no additional semantics beyond what the schema provides, meeting the baseline for full coverage.

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 action ('Submit an anonymous response'), the specific survey ('Times Rare demand survey'), and the business purpose ('research agent-economy ad pricing + feature priorities'). It distinguishes from sibling tools like get_survey_results.

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 includes rate limits ('3 responses per IP per hour') and identity policy ('No identity stored'), providing clear constraints. However, it does not explicitly state when not to use this tool or compare it directly with sibling tools, though the context is 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.

TDQS

A4/5.0
Disambiguation5/5

Each tool serves a distinct purpose: block discovery, pricing, claiming, reading, survey operations, and service listing. No two tools are ambiguous in their function.

Naming Consistency4/5

Most tools follow a verb_noun pattern (e.g., claim_block, get_block, list_services). The only outlier is 'price_check' which reverses the order, but it's still clear.

Tool Count5/5

8 tools is well-scoped for the canvas domain, covering discovery, pricing, claiming, surveys, and service listing without overcomplicating the surface.

Completeness4/5

Core workflows (discover, price, claim, survey, list services) are covered. Missing a tool to register or update services, but the overall surface feels complete for the intended use.

Resources