Get Article
lexware_get_articleGet a single article by its unique ID. Access detailed article data from the Lexware Office API.
Instructions
Get a single article by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Article ID |
lexware_get_articleGet a single article by its unique ID. Access detailed article data from the Lexware Office API.
Get a single article by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Article ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Description adds no behavioral details beyond what annotations already provide (readOnlyHint, idempotentHint, etc.). Annotations are sufficient, but description does not mention behavior on missing ID, permissions, or return format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with no unnecessary words. Every part is relevant and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-get tool with one parameter and no output schema, the description is adequate. However, it could optionally mention that the return value is the full article object.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema provides a description for the single parameter 'id', and schema coverage is 100%. Tool description adds no additional context beyond the schema, meeting the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states verb (Get), resource (article), and scope (single by ID). Distinguishes itself from sibling tools like lexware_list_articles (list) and lexware_create_article (create).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description says 'by ID', implying use when an ID is known. However, it does not explicitly state when to use this tool over alternatives (e.g., list_articles for browsing), nor does it provide exclusion criteria or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lazyants/lexware-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server