Skip to main content
Glama

Render a Quarto project

quarto_render

Render a Quarto project or individual file to formats like HTML or PDF, with optional code execution. Failures return success status and captured output for debugging.

Instructions

Render the project, or one input file. Code execution is off unless execute is true. A Quarto failure is reported as success: false, with stdout and stderr preserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoAn output format, for example "html" or "pdf".
inputNoA file relative to the project root. When absent the project is rendered.
outputNoAn output file relative to the project root.
executeNoExecute code in documents. Off by default. This is not a sandbox.
projectIdYesThe id returned by quarto_create_project.
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It usefully discloses that code execution is off unless 'execute' is true and that Quarto failures are reported as success:false while preserving stdout and stderr. These are material behavioral details that go beyond the schema, though it does not cover every possible side effect of rendering.

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

Conciseness5/5

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

The description is two sentences with no filler. The core action is front-loaded, and the two most important caveats (execution off by default, failure behavior) are stated directly and efficiently.

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 rendering tool with five parameters, the description covers the main choices an agent needs to make: what to render, whether to execute code, and how failures surface. Since there is no output schema, more return-value detail could be helpful, but the failure semantics are disclosed and the invocation context is sufficiently complete.

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 schema already documents each parameter. The description adds little beyond echoing the 'input' file vs project distinction already present in the schema, so the baseline of 3 is appropriate.

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 states a specific verb ('Render') and a clear resource ('the project, or one input file'), making the tool's action unambiguous. It is clearly distinguishable from the sibling tools, which cover creation, inspection, and defaults handling rather than rendering.

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

Usage Guidelines4/5

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

The description gives clear context for when to use the tool: render either the whole project or a single input file. It does not explicitly name alternatives or state when not to use it, but the sibling tools are semantically distinct enough that an agent can infer the appropriate selection.

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/maehr/quarto-cli-mcp'

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