Skip to main content
Glama

GoAI Moat Google Search

Check License

check_license

Validate a license key to unlock unlimited searches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail to bind the license to.
license_keyYesThe license key.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of disclosing behavior. It clearly explains that the tool validates a license and mentions the effect of unlocking unlimited searches. It does not disclose whether validation is read-only, requires authentication, or has side effects on the license state, but for a simple validation tool this is a moderate, not severe, gap.

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 a single, front-loaded sentence with no filler. Every word contributes to conveying the operation and its purpose, making it easy for an agent to parse quickly.

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 two-parameter tool with a full input schema and an output schema, the description provides the essential context: what the tool does and why it matters. It could be slightly stronger by clarifying how the validation result should affect subsequent search calls, but nothing critical is missing for basic invocation.

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%, and both parameters are already described clearly in the schema. The tool description adds no additional meaning about license_key or email beyond what the schema provides, 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 states a clear verb ('Validate') and a specific resource ('a license key'), then gives the purpose ('to unlock unlimited searches'). This immediately distinguishes the tool from the sibling search tools, since it is about license state, not performing a search.

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

Usage Guidelines3/5

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

The description implies that this tool should be used to enable unlimited searching, which gives useful context relative to google_search and news_search. However, it does not explicitly say when to use this tool instead of alternatives, nor does it state that license validation should happen before invoking search 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.