Skip to main content
Glama

create_article

Create a new knowledge base article in Hudu by specifying its name, HTML content, and optional folder, company, or sharing settings.

Instructions

Create a Knowledge Base Article.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
contentNoHTML content
folder_idNo
company_idNoOmit for global KB articles
enable_sharingNo
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only states the action. It gives no information about side effects, required permissions, return values, constraints, or what happens after creation, which is a significant gap for an agent.

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 a single sentence with no wasted words and is front-loaded with the purpose. It is extremely concise, though perhaps too minimal for a 5-parameter tool, but for conciseness itself it earns a high score.

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?

For a create operation with no output schema and no annotations, the description is incomplete. It does not explain the nuances of the parameters (e.g., company_id for global vs. company-specific articles), any return value, or post-creation behavior, making it insufficient for an agent to fully understand the tool's context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is only 40% (2 of 5 parameters have descriptions), and the tool description adds no parameter context. Parameters like name, folder_id, and enable_sharing are left entirely without explanation, and the description does not compensate for the low coverage.

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 action ('Create') and the resource ('a Knowledge Base Article'), which is specific and distinguishes it from sibling article tools like update_article or list_articles. There is no ambiguity about what this tool does.

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?

The description provides no guidance on when to use this tool versus alternatives, such as update_article or archive_article. It does not mention prerequisites, exclusions, or scenarios where this tool is preferred, leaving the agent to infer usage solely from the name.

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/Allied-Business-Solutions/hudu-mcp'

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