Skip to main content
Glama

Send Your Agent Website Readiness

Get Customer Package Link

get_package_link
Read-onlyIdempotent

Return the public detail and pricing links for a selected SYA package. This does not create a checkout session or make a purchase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyNoDisplay currencyUSD
package_idYesSYA package identifier

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the description reinforces safety by stating it does not create a checkout or purchase. This adds context beyond the annotations, making the behavioral profile clearer for the agent.

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, front-loaded with the core action, and every word adds value. There is no redundancy or fluff.

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 simple retrieval tool with fully documented parameters and safety annotations, the description provides sufficient context: it returns links and does not mutate state. It could mention that the links are publicly accessible, but this is a minor gap given the overall clarity.

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?

With 100% schema description coverage, the input schema already documents both parameters (package_id and currency). The tool description does not add additional meaning or context to the parameters beyond what the schema provides, so it receives the baseline score.

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 tool returns public detail and pricing links for a specific package, explicitly distinguishing from creating a checkout or purchase. The verb 'Return' and resource 'public detail and pricing links' are specific, and it is differentiated from sibling tools like 'list_packages' and 'scan_website.'

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description only mentions what the tool does not do (no purchase), but lacks explicit guidance on when to use it vs. sibling tools. For example, it does not suggest using this tool when you need to display or share package links, versus using 'list_packages' to enumerate options.

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

Each tool targets a distinct function: scanning, explaining scores, listing packages, getting links, and sample reports. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., scan_website, list_packages), making them predictable and easy to understand.

Tool Count5/5

With 5 tools, the server is well-scoped for its purpose of website readiness assessment. Each tool serves a clear role without redundancy or unnecessary complexity.

Completeness5/5

The tool surface covers the entire workflow: scanning, understanding scores, exploring packages and pricing, and viewing sample reports. No obvious gaps for the stated domain.

Resources