Skip to main content
Glama

import_articles

Import or update knowledge base articles in bulk, supporting up to 50 articles and 20 languages per request. Specify correlation IDs, titles, content, and optional publishing settings.

Instructions

Import or update knowledge base articles (max 50 per request, up to 20 languages each). Each article requires 'correlationId' and 'contents'. Each content entry requires 'lang', 'title', and 'content'. Optional fields: 'format' (markdown|html), 'publishStatus' (published|draft), 'categoryCorrelationId', 'isPrivate', 'ignoreImportErrors'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
articlesYes
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses upsert behavior, max limits, and required fields but lacks details on authentication, error handling, 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.

Conciseness4/5

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

The description is concise, front-loaded with key limits, and logically organized. One minor point: it could be even more concise by using a bullet list for optional fields.

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 complex import tool with minimal schema and no output schema, the description covers input structure, constraints, and optional fields adequately. Lacks details on return values or error scenarios.

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 coverage is 0% with a single 'articles' parameter. The description fully compensates by detailing the required and optional fields for each article and content entry, including nested structures.

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 function: 'Import or update knowledge base articles' with specific constraints (max 50, up to 20 languages). It distinguishes from sibling tools like delete_article and list_articles.

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 description does not explicitly state when to use this tool versus alternatives, but the context of bulk import/update is clear from the constraints. No direct guidance on when not to use it.

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/lucassampsouza/fruits-mcp'

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