Skip to main content
Glama

render_html

Render REMUS Jet project documents as HTML or PDF, enabling reports for requirements, defects, and change requests.

Instructions

Render HTML/PDF via Wine msxml3

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNo
outputNo
documentYes
project_idYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.3/5.0
Behavior2/5

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

With no annotations, the description is the sole source of behavioral context. It only provides an implementation detail ('via Wine msxml3') and does not disclose side effects, permissions, idempotency, output behavior, or whether the operation is read-only or mutates state. This is a significant gap for a tool that likely performs a conversion action.

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, short sentence with no unnecessary filler. It front-loads the core action and output formats, though the 'via Wine msxml3' detail may be less essential. It is concise, but at the cost of missing critical information.

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 4 parameters, 3 with enums, no annotations, and no output schema, the description is grossly under-specified. It does not explain required inputs, the role of each parameter, expected outputs, or any preconditions. An agent cannot reliably invoke this tool correctly based on the provided definition.

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?

Schema description coverage is 0%, so the description must compensate for explaining parameters. It does not mention any parameter, its purpose, or constraints. The enums in the schema are self-explanatory to some extent, but the description adds no meaning to 'project_id' or 'document', which remain opaque.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb, 'Render', with a resource, 'HTML/PDF', indicating the tool produces output in these formats. However, it does not clearly specify what is being rendered (a document, a template, etc.) or how this distinguishes it from siblings like export_xml. The meaning of 'Render' is vague in this context, leaving the purpose partially implied.

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 given about when to use this tool versus alternatives. There is no mention of sibling tools, conditions, or exclusions, leaving the agent without context for selecting this tool over others.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/christianmz565/remus-mcp'

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