Skip to main content
Glama
KhiipAI
by KhiipAI

capture_url

Capture a URL to extract its content (X, Reddit, YouTube, articles, Wikipedia, PDF) and store as typed data with deduplication and Wayback Machine submission.

Instructions

Capture a URL into the Khiip substrate.

Dispatches to the appropriate extractor (X, Reddit, web article, Wikipedia, YouTube, PDF). Stores raw source bytes at Source-tier plus a typed payload in the vault. Submits to Wayback Machine unless disabled. Idempotent by default (dedup by URL hash).

Args: url: The URL to capture. force_new: If True, skip dedup-by-url and force creation of a new capture (overrides the existing capture's superseded_by pointer). Defaults to False.

Returns: Capture record (id, source, vault_path, payload, archive_urls, etc.) on success; structured error dict on failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
force_newNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations are provided, so description carries full burden. It discloses dispatching to extractors, storage details, Wayback Machine interaction, idempotency by URL hash dedup, and force_new override, which is highly transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with paragraphs and bullet-like args, but includes return value summary that may be redundant given output schema exists. Slightly verbose but efficient.

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?

Covers key aspects: extraction type, storage tiers, Wayback Machine, idempotency, and output structure. No missing critical details for a capture tool.

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?

With 0% schema coverage, the description fully explains both parameters: url is the URL to capture, force_new overrides dedup with pointer behavior and defaults to false.

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 captures a URL into the Khiip substrate, dispatching to appropriate extractors. It distinguishes from siblings like get_capture and list_captures through its specific action.

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?

Describes idempotency and behavior like Wayback Machine submission, but lacks explicit when-not-to-use compared to siblings. Still provides clear usage context.

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/KhiipAI/khiip'

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