ppt_create_job
Create a PDF-to-PPT conversion job directly from a local PDF path, bypassing the guided workflow. Requires explicit low-level override confirmation.
Instructions
Create a PDF-to-PPT conversion job from a local pdf_path.
The PDF is read from local disk by this MCP server, then uploaded to the
running ppt API. This is the low-level escape hatch. For normal use prefer
ppt_list_routes -> ppt_check_route -> ppt_set_conversion_target ->
ppt_list_route_models (if needed) -> ppt_set_route_options ->
ppt_convert_pdf.
Never use this tool unless the user explicitly asks to bypass the guided
route workflow and confirms low_level_override_confirmed=true. The
pdf_path must be a real existing local PDF path explicitly provided by
the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| pdf_path | Yes | ||
| low_level_override_confirmed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||