Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOSEA_API_KEYYesYour ToseaAI API key. Must start with 'sk_'.
TOSEA_LOG_LEVELNoOptional: Logging level for the MCP server.
TOSEA_TIMEOUT_MSNoOptional: Timeout for API requests in milliseconds.
TOSEA_MAX_POLL_MSNoOptional: Maximum total duration to poll for job completion in milliseconds.
TOSEA_MAX_RETRIESNoOptional: Maximum number of retries for failed requests.
TOSEA_API_BASE_URLYesThe base URL for the ToseaAI API (e.g., https://tosea.ai).
TOSEA_POLL_INTERVAL_MSNoOptional: Interval for polling long-running operations in milliseconds.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
tosea_health

Check MCP connectivity to ToseaAI.

tosea_get_permissions_summary

Inspect current account tier and feature access before expensive runs.

tosea_get_quota_status

Inspect quota status for all features or a single feature key.

tosea_list_presentations

List the current user's presentations.

tosea_get_presentation_full_data

Fetch full structured presentation data, including outlines and slides.

tosea_parse_pdf

Upload local files and run the parse-only stage. Returns a presentation_id and job payload.

tosea_generate_outline

Queue outline generation for an existing presentation.

tosea_edit_outline_page

Modify or insert outline content synchronously through the aggregated MCP edit contract.

tosea_render_slides

Queue slide rendering for all slides or a subset of slide numbers.

tosea_edit_slide_page

Modify or insert a slide. Supports optional screenshot grounding for multimodal edits.

tosea_export_presentation

Queue an export job for a completed presentation.

tosea_pdf_to_presentation

Upload local files and generate a final export in one shot.

tosea_wait_for_job

Poll a presentation job until completed or failed and return the final job payload.

tosea_list_exports

List presentations that already have export history.

tosea_list_export_files

List user-visible exported files for a presentation.

tosea_redownload_export

Get a fresh download URL for an existing exported file.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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