Skip to main content
Glama

saymetry

Publish a permanent grade page

publish_grade_page

Turn an AI-readability check into a permanent public page at saymetry.com/grade/, with the evidence quoted and an embeddable SVG badge. Free. Use after check_ai_readability when the user wants a shareable link, wants to show the grade on their site, or when you want to hand them a URL instead of raw results. Re-checks are limited to once an hour per domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe domain to publish a grade for, e.g. example.com

TDQS

A4.2/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 discloses useful traits: the result is permanent and public, the page includes evidence and a badge, the tool is free, and re-checks are rate-limited to once an hour per domain. It does not mention what happens on re-publish or failure, but the key side effects 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 four short sentences with no filler: the first sentence packs the core action and outcome, then usage conditions and a rate limit follow. Every sentence earns its place, and the main point is front-loaded.

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 one-parameter tool with no output schema or annotations, the description covers the purpose, the resulting URL pattern, prerequisite ordering, and a key restriction. It does not spell out the exact return payload, but the URL pattern provides enough context for the caller to know what to expect.

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 100% and the schema already defines url as 'The domain to publish a grade for'. The description reinforces this via the URL pattern but adds little semantic detail beyond the schema, so the baseline score of 3 is appropriate.

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 names a specific verb ('Turn ... into'), a concrete resource (permanent public page at saymetry.com/grade/<domain>), and the two deliverable details (quoted evidence, embeddable SVG badge). The focus on publishing rather than checking distinguishes it from the sibling tool check_ai_readability.

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 explicit trigger conditions: use after check_ai_readability when the user wants a shareable link, wants to display the grade on their site, or wants a URL instead of raw results. It stops short of naming an alternative tool or stating when not to use it, so it is clear context without full exclusions.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct action: checking readability, retrieving product info, joining the affiliate program, publishing a grade page, and requesting a demo. There is no overlap or ambiguity between their purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: check, get, join, publish, request. The naming is uniform and predictable.

Tool Count5/5

Five tools is well-scoped for a niche marketing/sales server. Each tool serves a distinct, meaningful user journey step without bloat or missing essentials.

Completeness4/5

The surface covers the core workflow: check, publish, learn, request demo, and join affiliate. Minor gaps exist, such as no direct way to retrieve historical grades or manage affiliate details, but the primary use cases are fully supported.

Resources