Skip to main content
Glama

get_latest_domains

Get recently registered .cl domains from the past hour, day, week, or month. Track new Chilean domain registrations for monitoring or research.

Instructions

Fetch recently registered .cl domains

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeNoTime period (hour, day, week, month)hour

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.3

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 burden of behavioral disclosure. It clarifies that this is a read-only fetch operation and scopes it to .cl domains, but it does not describe pagination, limits, or output structure. No contradiction with annotations exists.

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 compact sentence with no wasted words. It leads with the verb and resource and communicates the core behavior immediately.

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 tool with one optional parameter and no output schema, the description plus schema are sufficient to know what the tool does and how to call it. The return shape is left unspecified, but the tool's simplicity limits the impact of that gap.

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?

The schema fully documents the single 'time' parameter with an enum and description, so schema coverage is 100%. The description adds no parameter-specific meaning, but the baseline of 3 applies because the schema already handles the parameter semantics.

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 uses a specific verb ('Fetch') and a specific resource ('recently registered .cl domains'), making its purpose immediately clear. It also naturally distinguishes itself from sibling tools like get_deleted_domains or search_domains.

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 phrase 'recently registered .cl domains' implies when to use this tool: when the agent needs new registrations. However, it does not explicitly mention alternatives, exclusion criteria, or when to prefer a sibling such as search_domains or get_deleted_domains.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.