Skip to main content
Glama

presentation_create

Create an HTML presentation, store it versioned in a Git-based system, and receive an id and commit SHA. Use partial mode to upload large HTML in chunks.

Instructions

Crea una presentación HTML y la guarda versionada en el store. No la publica (deploy es Fase 2). Devuelve id y versión (commit SHA). Si el HTML ya existe como archivo en disco, usá presentation_create_from_file en vez de esta — es más confiable para archivos grandes o con base64 embebido. Si en cambio el HTML lo estás generando vos y es grande, usá partial:true (ver su descripción) y seguí con presentation_append.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
htmlYesHTML de la presentación (o el primer chunk, si partial:true). Puede ser un documento completo o un fragment.
tagsNoEtiquetas opcionales.
ownerNoIdentidad dueña del deck. En Fase 1 es libre; en Fase 3 sale del OAuth.local
titleYesTítulo de la presentación.
partialNoPoné true si el HTML es grande y lo vas a mandar en varias llamadas (una tool call individual no siempre puede llevar el documento entero). Con partial:true, esta llamada solo reserva el id y guarda "html" como primer chunk — todavía no se comitea nada. Seguí con presentation_append({id, html, done}) tantas veces como haga falta, con done:true en el último chunk para cerrar y guardar el deck de verdad.
Behavior4/5

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

With no annotations, the description carries the burden of behavior disclosure. It states the tool does not publish (deploy is Phase 2), returns id and version (commit SHA), and describes partial mode behavior (reserves id, stores first chunk, no commit until append with done:true). This is substantial, though it omits edge cases like duplicate titles or error handling.

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 concise and well-structured. It opens with the core purpose, then immediately provides alternative guidance. Every sentence earns its place, with no filler or repetition.

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?

Despite no output schema, the description states return values (id and version), covers the no-deploy behavior, and gives alternative usage. It is sufficiently complete for a complex tool (partial mode, versioning) but could mention potential conflicts or prerequisites. Overall, it provides a solid mental model.

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 coverage is 100%, so baseline is 3. The description adds little new parameter meaning; it references the schema for partial details and gives usage context, but does not explain title, tags, or owner beyond what the schema already provides.

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 purpose: 'Crea una presentación HTML y la guarda versionada en el store.' It uses a specific verb (creates) and resource (HTML presentation), and immediately differentiates from siblings by mentioning presentation_create_from_file and presentation_append, plus the non-deploy constraint.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use vs alternatives: if HTML exists on disk, use presentation_create_from_file; if generating large HTML, use partial:true and follow with presentation_append. It also clarifies this tool does not deploy. This is strong, actionable guidance.

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/Bidcomsrl/bitacora-mcp'

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