Skip to main content
Glama

ingest_doc

Crawl and index any documentation URL or raw content to extract semantic chunks, endpoints, code examples, and pitfalls, and optionally generate an evidence-based implementation recipe from a task context.

Instructions

Ingest, crawl, parse, and index authoritative documentation from any URL or raw content directly into DocOrbit. Extracts semantic chunks, OpenAPI endpoints, code examples, and pitfalls. If taskContext is provided, immediately synthesizes and returns an evidence-grounded implementation recipe with exact code and API details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoDocumentation target URL to crawl and ingest (e.g. "https://nextjs.org/docs" or "https://support.atlassian.com/...").
titleNoOptional title when ingesting raw content or overriding page title.
contentNoOptional raw markdown/HTML documentation content to index directly without fetching from the web.
maxPagesNoMaximum number of pages to crawl (default: 20, max: 50).
taskContextNoOptional coding task or intent (e.g. "Connect Atlassian Remote MCP" or "Implement Stripe payment element"). If provided, DocOrbit compiles and returns an immediate implementation recipe using the newly ingested docs.
allowLocalhostNoAllow crawling localhost endpoints for testing (default: false).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.4

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral disclosure burden, and it does a solid job: it discloses crawling, parsing, indexing, extraction of specific content types, and conditional synthesis of an implementation recipe when taskContext is provided. It stops short of a full picture by not stating what the tool returns when taskContext is absent, nor what happens on crawl failures or whether ingestion overwrites existing indexed content.

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?

Two sentences contain no filler: the first packs the core action, the second lists extracted artifacts and the conditional recipe pathway. The most important information is front-loaded, and the structure allows an agent to grasp purpose and behavior quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 6-parameter tool with no output schema and no annotations, the description conveys the main workflow and the taskContext branch well. However, it leaves important gaps: the default return outcome when taskContext is omitted is unspecified, and there is no mention of error conditions, time cost of crawling, or how ingestion interacts with existing sources in DocOrbit.

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?

All six parameters are described in the schema (100% coverage), so the baseline is 3. The description adds marginal parameter-level value by echoing 'any URL or raw content' for url/content and by adding 'exact code and API details' to the taskContext behavior, but it mostly reinforces what the schema already states rather than introducing new parameter meaning.

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 opens with specific verbs ('Ingest, crawl, parse, and index authoritative documentation... into DocOrbit') and names the resource and action precisely. It clearly differentiates this ingestion/write action from read-focused siblings like search_docs and get_doc by enumerating distinct artifacts it produces: semantic chunks, OpenAPI endpoints, code examples, and pitfalls.

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 purpose implies when to use the tool—when authoritative docs need to be added to DocOrbit—but it does not explicitly state when to prefer it over alternatives or provide exclusions. No sibling tools are named, and the relationship to tools like list_sources or find_api is left unstated, so the agent must infer routing from the tool name and general purpose.

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

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/HakashiKatake/docorbit'

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