Skip to main content
Glama

tosea_health

Verify connectivity to ToseaAI's MCP server for document-to-presentation workflows including PDF parsing, outline generation, and slide rendering.

Instructions

Check MCP connectivity to ToseaAI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration and handler implementation for the tosea_health tool. It calls the health() method on the ToseaClient.
    server.tool("tosea_health", "Check MCP connectivity to ToseaAI.", {}, async () => {
      try {
        return asToolResult(await client.health());
      } 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