Skip to main content
Glama
mwe-support

WeKnora MCP Dispatch

by mwe-support

create_knowledge_base

Set up a new knowledge base with a name and description. Optionally assign summary and embedding models for content processing.

Instructions

Create a new knowledge base

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesKnowledge base name
descriptionYesKnowledge base description
summary_model_idNoSummary model ID
embedding_model_idNoEmbedding model ID
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description only restates the tool's name and provides no information about side effects, required permissions, idempotency, or return behavior. It is effectively tautological.

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

Conciseness2/5

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

The description is extremely short and front-loaded, but it earns its place poorly because it merely repeats the tool name. It lacks useful detail that would justify its presence, falling into under-specification rather than effective conciseness.

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

Completeness2/5

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

Given that there is no output schema, no annotations, and no usage guidance, the description is incomplete. It does not explain what the tool returns, what side effects occur, or how this creation tool relates to other knowledge base tools. The schema covers parameter names but not runtime behavior or outcomes.

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%, so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides, but the schema itself fully documents all four parameters, including required ones like name and description.

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 action and resource: 'Create a new knowledge base.' It is unambiguous and distinct from creating models, sessions, or tenants, though it does not differentiate from sibling tools like create_knowledge_from_file or create_knowledge_from_url.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as create_knowledge_from_file or create_knowledge_from_url. There is no mention of prerequisites, typical scenarios, or exclusions.

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/mwe-support/weknora-mcp-dispatch'

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