Skip to main content
Glama

tosea_list_exports

List presentations with existing export history to track and manage exported files from your document-to-presentation workflow.

Instructions

List presentations that already have export history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Implementation of the tosea_list_exports tool handler.
    server.tool("tosea_list_exports", "List presentations that already have export history.", {}, async () => {
      try {
        return asToolResult(await client.listExports());
      } 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