Skip to main content
Glama

tosea_list_export_files

Lists exported files for a ToseaAI presentation to manage and access available outputs from document-to-presentation workflows.

Instructions

List user-visible exported files for a presentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presentation_idYes

Implementation Reference

  • Registration and implementation of the 'tosea_list_export_files' tool. It validates input using Zod and calls the 'client.listExportFiles' method.
    server.tool(
      "tosea_list_export_files",
      "List user-visible exported files for a presentation.",
      { presentation_id: z.string().uuid() },
      async ({ presentation_id }) => {
        try {
          return asToolResult(await client.listExportFiles(presentation_id));
        } catch (error) {
          throw wrapToolError(error);
        }
      }

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/ToseaAI/mcp-ToseaAI'

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