Skip to main content
Glama

launch-record-lookup

Look up a launch record

lookup_launch_record
Read-only

Look up the public Website Launches launch record for a single domain. Returns launch timing, owner verification status, milestone summary, public trust context, and a public record URL. Single domain only; does not search, list, discover, or export websites. Hosting, registrar, and location are secondary details — only surface them if the user explicitly asks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesA single website domain or URL, such as example.com or https://www.example.com/about. Provide exactly one domain — not a list, and not a search query.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNo
statusYes
owner_statusNo
public_linksNo
launch_recordNo
trust_contextNo
basic_identityNo
technical_detailsNo
recommended_responseYes

TDQS

A4.8/5.0
Behavior4/5

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

The description adds value beyond annotations (readOnlyHint, openWorldHint, destructiveHint) by detailing what information is returned and what is excluded. However, it does not mention any potential rate limits, authentication requirements, or error conditions, which would have made it fully transparent.

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 three sentences long, with the first sentence immediately stating purpose and return values. Every sentence contributes essential information without redundancy or fluff.

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?

Given the simple one-parameter tool with full schema coverage, an output schema, and clear annotations, the description covers all necessary aspects: what the tool does, what it returns, and constraints. No gaps are evident.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description reinforces the schema's parameter description for 'domain' by repeating the requirement for a single domain and clarifying it should not be a list or search query. This adds practical context beyond the schema's structured definition.

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 looks up a 'public Website Launches launch record for a single domain' and lists specific return fields. It explicitly distinguishes from search, list, discover, or export operations, making the purpose unmistakable.

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

Usage Guidelines5/5

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

The description provides explicit guidance: 'Single domain only; does not search, list, discover, or export websites.' It also advises only surfacing secondary details (hosting, registrar, location) if explicitly requested, which helps the AI agent decide when to use this tool versus alternatives.

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

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clearly distinct by default.

Naming Consistency5/5

With a single tool, naming consistency is inherently perfect. The tool name 'lookup_launch_record' follows a clear verb_noun pattern.

Tool Count3/5

Having only one tool feels thin for a domain that could support additional operations like searching or listing records. However, for a very narrowly scoped lookup service, one tool can be appropriate, making it borderline.

Completeness2/5

The tool only supports a single lookup operation with no ability to search, list, or manage launch records. This creates significant gaps for agents needing broader access, limiting the tool surface severely.

Resources