Skip to main content
Glama
ceaksan

dnomia-knowledge

by ceaksan

fetch_and_index

Fetch any URL, convert its content to text, and index it for search within your local knowledge base.

Instructions

Fetch URL content, convert to text, and index for searching.

After indexing, the content is searchable via the search tool.

Args: url: URL to fetch and index project: Project ID to store under (default: derived from URL domain)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
projectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv0.1.0

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 burden of behavioral disclosure. It explains the multi-step behavior, the persistence of indexing, and the consequence that content becomes searchable. It also reveals the default project derivation from the URL domain, which is useful behavioral context beyond the schema.

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 compact and well-structured: the core behavior is front-loaded, the key post-condition follows, and the parameter explanations are minimal but sufficient. Every sentence earns its place with no redundancy.

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 tool with two parameters and an output schema, the description covers the necessary operational context: what it does, what happens afterward, and what each parameter means. The main gap is the lack of explicit relationship or routing guidance relative to sibling tools like index_project, but this does not prevent an agent from calling the tool correctly.

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?

Schema description coverage is 0%, so the description must compensate. It gives meaningful explanations for both parameters: url is the source to fetch and index, and project is the project ID with a default derived from the URL domain. This adds real value beyond the bare schema types, though it could be slightly more explicit about accepted URL formats or project ID constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action sequence: fetch URL content, convert to text, and index for searching. It also identifies the post-condition that content becomes searchable. However, it does not explicitly differentiate itself from the sibling index_project, leaving a small ambiguity gap.

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 usage is implied rather than explicit: the tool is obviously for fetching and indexing a URL so it can later be searched. It mentions the search tool as a downstream consumer, but gives no guidance on when to choose this over index_project or other siblings, and no exclusions or alternatives.

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/ceaksan/dnomia-knowledge'

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