Skip to main content
Glama

pptx-to-markdown

Convert PowerPoint presentations to Markdown format for easier editing and integration with documentation workflows. Process PPTX files from URLs or server filepaths.

Instructions

Convert a PPTX file to markdown. Use 'url' for online PPTX files, or 'filepath' only if the file exists on the server. For local files, upload them first via /upload endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathNoServer-side absolute path of the PPTX file (file must exist on the server filesystem)
urlNoURL of the PPTX file to download and convert (recommended for remote files)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the tool's behavior regarding file handling (online vs. server-side files) and mentions a prerequisite for local files (upload first), adding useful context. However, it lacks details on output format, error handling, or performance aspects, leaving some behavioral traits unspecified.

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 front-loaded with the core purpose in the first sentence, followed by concise usage instructions. Every sentence adds essential information without redundancy, making it efficient and well-structured for quick comprehension.

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

Completeness3/5

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

Given the tool's moderate complexity (conversion with two parameter options), no annotations, and no output schema, the description is partially complete. It covers purpose and usage well but lacks details on the markdown output format, potential limitations, or error cases, which could help an agent use it more effectively.

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 both parameters thoroughly. The description adds marginal value by reinforcing the usage context (e.g., 'url' for online files, 'filepath' for server files) but doesn't provide additional syntax or format details beyond what the schema specifies, meeting the baseline for high coverage.

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 verb 'convert' and the resource 'PPTX file to markdown', making the purpose specific and unambiguous. It distinguishes itself from sibling tools like 'docx-to-markdown' or 'pdf-to-markdown' by specifying PPTX files, avoiding redundancy.

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 provides explicit guidance on when to use each parameter: 'url' for online files and 'filepath' only if the file exists on the server. It also mentions an alternative action for local files ('upload them first via /upload endpoint'), clearly defining usage scenarios and exclusions.

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/anis-marrouchi/markdownify-mcp-http-server'

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