Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesYour 2slides API key obtained from https://www.2slides.com/api

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
slides_generateB

Generate slides with 2slides. Returns job info including jobId and downloadUrl when ready. Optional 'mode' can be 'sync' (default) or 'async'.

jobs_getA

Get job status/result by jobId from 2slides. Please check every 20 seconds until the status is success.

themes_searchC

Search 2slides themes by query. Optional limit (max 100).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: jobs_get retrieves job status/results, slides_generate creates slides, and themes_search finds themes. There is no overlap in functionality, making it easy for an agent to select the correct tool without confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (jobs_get, slides_generate, themes_search) with clear actions and targets. This predictability enhances usability and reduces cognitive load for agents.

Tool Count4/5

With 3 tools, the server is well-scoped for slide generation and theme management, though it feels slightly thin. Each tool earns its place, but additional utilities like theme details or slide editing might be expected in a broader implementation.

Completeness4/5

The tools cover core workflows: generating slides, checking job status, and searching themes. Minor gaps exist, such as no direct theme retrieval or slide modification tools, but agents can work around these with the provided operations.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive