Skip to main content
Glama

saymetry

Get the Saymetry offer sheet

get_offer_sheet

Saymetry's current products, prices and measurement methodology facts, in plain text. Use to answer questions about what Saymetry sells, what a scan costs, or how the measurement works.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It usefully states that the output is plain text and reflects current facts, but it does not explicitly confirm that the operation is read-only or side-effect-free. For a zero-parameter fetch tool this gap is minor.

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?

Two front-loaded sentences with no filler. The first sentence states the content and format; the second gives concrete use cases. Every part earns its place.

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 zero-parameter, no-output-schema tool, the description is complete: it identifies what is returned, in what format, and when to invoke the tool. An agent has enough context to select and use it correctly.

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?

The tool takes zero parameters and the schema coverage is 100%, so there is no parameter semantics to document. With no parameters, the baseline is 4; the description appropriately focuses on what the response contains rather than inputs.

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 identifies the tool's function: it returns Saymetry's current products, prices, and measurement methodology facts in plain text. It also specifies concrete use cases, distinguishing this knowledge-retrieval tool from all provided siblings.

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 explicitly states when to use it: 'Use to answer questions about what Saymetry sells, what a scan costs, or how the measurement works.' It provides clear use cases but does not list exclusions or alternative sibling tools.

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