Skip to main content
Glama
haandol
by haandol

ingest_outline

Validates and saves a client-generated outline JSON for a presentation project, integrating presenter information.

Instructions

Ingests the client-generated outline JSON: validates, injects presenter info, saves.

Call this AFTER prepare_outline, passing the outline JSON you generated following the returned response_schema.

IMPORTANT: After ingesting, you must show the outline to the user and get confirmation (number of slides, titles, content composition) before proceeding to the next step (prepare_design_slide). If the user requests changes, incorporate them and call ingest_outline again with the revised JSON.

Args: project_id: Project ID returned by prepare_outline (required). outline_json: The outline JSON generated by the client, matching the schema from prepare_outline ({"slides": [...]}).

Returns: JSON string containing outline_path and project_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
outline_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations, description fully informs about the tool's behavior: validation, injection, saving, and the return format. Also notes the required user confirmation step, providing complete transparency for a non-destructive data ingestion.

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?

Description is concise, well-structured with clear sections for Args and Returns, and uses bold for important warnings. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (2 params) and presence of output schema, the description provides all necessary context: workflow ordering, user interaction requirement, and error handling via re-call. No gaps.

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?

Despite 0% schema description coverage, the description provides detailed explanations for both parameters, including source (project_id from prepare_outline) and expected format (outline_json matching a specific schema).

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?

Description clearly states the tool's action: validates, injects presenter info, and saves outline JSON. It differentiates from siblings like prepare_outline by specifying it is called after preparation.

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?

Explicitly instructs to call after prepare_outline, highlights the need to show outline to user for confirmation before proceeding, and explains how to handle user requests for changes by calling again.

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/haandol/ppt-generator'

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