Skip to main content
Glama

submit_benchmark

Send opt-in, anonymous aggregate metrics to compare your product against industry benchmarks. Requires explicit user consent and shares no user IDs or event logs.

Instructions

Submit five aggregate numbers to the anonymous benchmark. Opt-in.

Set consent=True only after the user has explicitly agreed. When you ask, show them exactly what leaves the machine — user count, churn rate, weekend rate, regular rate, aha lift, and nothing else. No user IDs, no event log, no product name.

industry: b2c|b2b|commerce|content|social|tool|game|other stage: pre_launch|under_100_users|under_1k_users|over_1k_users

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageYes
consentNo
csv_pathYes
industryYes
value_eventYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.4

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it discloses privacy behavior directly: exactly what data leaves the machine and what does not (no user IDs, no event log, no product name). It does not cover submission side effects, failure modes, or response behavior, keeping it below 5.

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?

Purpose and the opt-in constraint are front-loaded, and the enum listings for industry and stage earn their place since the schema lacks them. The trailing enum block is slightly crammed but not wasteful.

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?

For an opt-in submission tool with no output schema and no annotations, the privacy disclosure and enum values are good, but the meaning/format of csv_path and value_event is never explained, leaving an agent guessing about required inputs.

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 coverage is 0%, so the description must compensate. It supplies the only enum values for industry and stage and gives consent usage guidance, which is real value. However, the two required params csv_path and value_event are entirely undefined, leaving half the parameters undocumented.

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 states a specific verb and resource ('Submit five aggregate numbers to the anonymous benchmark') and enumerates exactly which metrics are submitted, which is unusually concrete. It does not explicitly distinguish itself from siblings like compare_benchmark, so it stops short of a 5.

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?

It clearly frames the tool as opt-in and gives an explicit precondition for consent=True ('only after the user has explicitly agreed'). It does not name alternative tools or state when-not to use it, so it lacks the exclusion/alternative coverage of a 5.

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