Skip to main content
Glama

ingest_document

Fetches a public URL, extracts title, description, and key topics, and returns a structured knowledge representation with topic mentions. Blocks private URLs via SSRF protection.

Instructions

Fetch a public URL, extract its title, description and key topics, and return a Knowledge Structure representing the document. The document object is linked via 'mentions' relations to Topic objects for each extracted keyword. SSRF protection is applied, so private/internal URLs are refused.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe publicly accessible URL to fetch.
Behavior4/5

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

No annotations are provided, so the description bears full responsibility for transparency. It discloses SSRF protection and refusal of private/internal URLs, and describes the linking behavior via 'mentions' relations. However, it does not clarify whether the tool persists the Knowledge Structure or only returns it, leaving side-effect ambiguity.

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 primary action, and contains no redundant phrasing. Every clause adds useful information.

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?

Given the simple single-parameter interface and lack of output schema, the description adequately explains the primary function, output structure, and a key behavioral restriction. Minor gap: it doesn't state persistence or side-effects, but this is a relatively simple tool.

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

Parameters4/5

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

The schema already documents the 'url' parameter as 'The publicly accessible URL to fetch', so coverage is 100%. The description adds meaningful context by emphasizing public access and SSRF refusal, which clarifies failure conditions.

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 specific verbs 'Fetch', 'extract', and 'return' with a clear resource (public URL document) and states the result (Knowledge Structure). It distinguishes this from sibling tools like construct_knowledge or verify_source by focusing on external URL ingestion.

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 usage for publicly accessible web documents but does not explicitly say when to choose this over alternatives like construct_knowledge or verify_source. It provides a constraint (SSRF refusal) but no explicit 'when to use this tool' guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Deus-corp/cks-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server