Skip to main content
Glama
Neuratel-AI

Neuratel MCP Server

Official
by Neuratel-AI

add_knowledge_from_text

Create a searchable knowledge base from plain text, automatically chunked and indexed for RAG retrieval. Ideal for FAQs, product specs, and policies.

Instructions

Create a knowledge base from plain text content.

The text is immediately chunked and indexed for RAG retrieval. After creating, use attach_knowledge_to_agent to connect it to an agent — the agent will then search this content during calls.

Best for: FAQs, product specs, policies, scripts, pricing tables, troubleshooting guides, or any structured text content.

Tips for good knowledge base content:

  • Use clear headings and Q&A format for best retrieval

  • Keep each topic self-contained (the system retrieves chunks)

  • Include the exact phrases callers would use, not just jargon

  • Max 500KB of text per knowledge base

Args: name: Display name (e.g. "Returns Policy FAQ", "Product Catalog") text: The actual content to index. Plain text or markdown. description: What this knowledge covers (helps with organization)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
textYes
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden and it delivers: it discloses immediate chunking/indexing, the 500KB size limit, and expected retrieval behavior. However, it does not mention failure modes, uniqueness constraints, or whether creation is irreversible, which keeps it from a perfect score.

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?

The description is well-structured with sections (overview, workflow, best-for, tips, args) and all content is useful. It is a bit long, but each sentence earns its place; no redundancy or filler.

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?

The tool has a moderate complexity and an output schema exists. The description covers the full lifecycle (create, then attach to agent), gives content type guidance, size limits, and parameter details. It is complete for practical use, though it could mention error handling or uniqueness requirements for a perfect score.

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?

Schema description coverage is 0%, but the description compensates thoroughly with an Arg section explaining each parameter: name (display name with examples), text (content to index, format), and description (organizational purpose). This adds meaning well beyond the bare schema.

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 starts with 'Create a knowledge base from plain text content', a specific verb+resource that clearly states the tool's function. It distinguishes from the sibling add_knowledge_from_url by emphasizing 'plain text' and explains the purpose via chunking/indexing for RAG retrieval.

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?

It explicitly says 'Best for: FAQs, product specs, policies...' and provides practical tips for content preparation such as using headings and Q&A format. It also tells the user to use attach_knowledge_to_agent afterward, clarifying the workflow and alternative/next steps, making when-to-use clear.

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/Neuratel-AI/neuratel-mcp'

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