Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DREAMLAYER_API_KEYYesYour DreamLayer API key (must be set in the server's own environment, e.g., dlr_live_your_key)

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
dreamlayer_capabilitiesA

Inspect the DreamLayer Agent API contract and the operations this key may run. Calls no provider and spends nothing.

dreamlayer_upload_imageA

Upload one local image for use as a reference. Returns an input_asset_id to pass to dreamlayer_generate.

dreamlayer_generateA

Generate or edit an image and return the resulting event stream. May end asking the user a question instead of producing an image; that is not a failure. Costs one credit per finished image.

dreamlayer_executionA

Read canonical state for one execution. Use this after any uncertain response.

dreamlayer_eventsC

Resume an execution's events after a drop. Pass the last event id you actually processed.

dreamlayer_cancelB

Request cancellation of an execution before it dispatches.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct phase in the image generation workflow: capabilities, upload, generate, execution status, event resumption, and cancellation. No two tools overlap in purpose, so an agent can reliably select the correct one.

Naming Consistency4/5

All tools share the 'dreamlayer_' prefix, but the action words mix verbs (upload, generate, cancel) and nouns (capabilities, execution, events). The pattern is still predictable and readable, with only minor stylistic inconsistency.

Tool Count5/5

With 6 tools, the surface is well-scoped for an image generation API. Each tool serves a necessary function, and the count feels neither sparse nor bloated.

Completeness5/5

The set covers the full lifecycle: capability introspection, asset upload, generation, status retrieval, event continuation, and cancellation. No obvious gaps exist for the domain, and all actions lead to resolvable outcomes.

Maintenance

ActivityMaintained
ResponsivenessNo issues