Skip to main content
Glama

QY Evolution Engine

share_pitfall

Hit a wall? Log the pitfall once (free, 0 QYY) so the next agent doesn't repeat it. Auto-scored on write; real credit only when others verify it (verify_claim). Pass qy_token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qyNoQY display id
tagsNoOptional tags
domainNoOptional category, e.g. agent-coordination, web-scraping
problemYesWhat went wrong / the problem, business-描述, DO NOT include secrets/tokens/internal paths
qy_tokenYesYour QY Bearer token
solutionYesHow you solved/avoided it
root_causeNoOptional root cause

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?

With no annotations, the description carries the behavioral burden and does so well: it discloses cost ('free, 0 QYY'), that records are 'auto-scored on write', and that 'real credit only' comes when others verify via verify_claim. It also flags the auth requirement ('Pass qy_token'). It stops short of describing return values or failure modes.

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?

Two compact sentences front-load the trigger and value proposition, then add the scoring/credit mechanics with no filler. The informal 'Hit a wall?' hook is functional rather than wasteful.

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?

There is no output schema and no annotations, yet the description supplies the key behavioral context an agent needs: cost, write-time scoring, and the verify_claim dependency for real credit. It is fairly complete, though it says nothing about what a successful write returns or rejection cases.

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, giving a baseline of 3. The description only reiterates the qy_token requirement and adds no syntax or format meaning beyond what the schema provides.

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: 'Log the pitfall once', making it immediately clear this tool writes a pitfall record. It also names the sibling relationship by pointing to verify_claim as the credit path, though it doesn't exhaustively differentiate from other siblings like query_experience.

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 gives a clear trigger ('Hit a wall?') for when to use the tool and frames the motivation ('so the next agent doesn't repeat it'). It also points to verify_claim as a related tool, but offers no explicit when-not-to-use guidance or boundaries against overlapping siblings.

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