Skip to main content
Glama

Import Public Source

source_import
Read-onlyIdempotent

Fetch a public website URL and extract a structured brief with business name, description, contact links, and suggested page blocks. Only works with public HTTP/HTTPS pages. Does not bypass login, CAPTCHA, or paywalls. Returns extracted fields and suggestedBlocks for use with page_create_from_brief.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoPreferred output locale if obvious from the conversation, such as es or en.
sourceUrlYesPublic http/https source URL to import.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
briefYes
finalUrlYes
warningsYes
extractedYes
fetchModeYes
sourceUrlYes
confidenceYes
suggested_blocksYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already carry readOnlyHint, idempotentHint, and destructiveHint flags; the description adds operational limits (public-only, no auth bypass) and confirms the successful return shape. No contradiction with annotations.

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?

Three sentences with front-loaded purpose, output, constraints, and downstream usage; no filler.

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?

With a rich output schema, full parameter coverage, and annotations, the description explains what the tool needs, what it returns, and how the result should be consumed. Nothing essential is missing for a read-only fetch tool.

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 covers both parameters at 100%, so the description adds the useful 'public HTTP/HTTPS' constraint for sourceUrl but otherwise relies on the schema. It doesn't mention locale, but the schema already describes it.

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 names a specific verb and resource ('Fetch a public website URL and extract a structured brief'), enumerates concrete output fields (business name, description, contact links, suggested page blocks), and names the downstream sibling (page_create_from_brief). This differentiates it from nearby tools such as page_create or page_intake_start.

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?

Clearly states it only works on public HTTP/HTTPS pages and explicitly notes it does not bypass login, CAPTCHA, or paywalls. It doesn't name alternatives or say when to prefer a sibling, but the boundary conditions are concrete enough to guide selection.

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.

Resources