Skip to main content
Glama
enriquecatala

mcp-lightrag

ingest_text

Index raw text content directly into the knowledge graph, enabling semantic queries and retrieval of small snippets or dynamic data.

Instructions

Index raw text content directly into the knowledge graph. Useful for small snippets or dynamic data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe text content (string or list of strings) to be indexed
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It fails to mention whether the operation is synchronous, if it returns a result, or if it modifies state destructively. The description only states indexing without clarifying permissions, limits, or side effects.

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 with no wasted words. The first sentence states the primary purpose, and the second provides usage guidance. Information is front-loaded and efficient.

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 tool's simplicity (one parameter, no output schema), the description covers purpose, usage guidance, and parameter meaning. However, the lack of behavioral transparency (e.g., whether indexing is synchronous or destructive) is a minor gap.

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 description coverage is 100%, and the parameter description in the schema fully explains the content field. The tool description adds no additional meaning beyond what the schema already provides.

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's action ('Index raw text content') and the target resource ('knowledge graph'), using specific verbs and nouns. It distinguishes from siblings like ingest_file and ingest_batch by emphasizing 'raw text' and 'directly'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use ('small snippets or dynamic data'), implying when not to use (large files or batch operations). This guidance contrasts with sibling tools like ingest_file and ingest_batch.

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/enriquecatala/mcp-lightrag'

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