HiggsHole
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_modelsA | List available image and video models with their capability constraints. Read this before generating: supported resolutions, durations, aspect ratios and reference-image slots differ per model. |
| generate_imageA | Generate one image synchronously and return the finished asset with both its local filesystem path and its HTTP URL. Blocks until the image exists. Batch generation is not supported. |
| generate_videoA | Submit a video generation job and return its ID immediately. Does NOT wait for the render; poll with get_job. |
| get_jobA | Fetch a generation's current state, optionally long-polling for up to wait_seconds. Returns the finished asset once the state is COMPLETE. |
| upload_assetA | Ingest a local file into a project's uploads directory and return an asset ID usable as an image reference or a video frame. |
| list_mediaB | Browse the library with optional project, kind, model and date filters. |
| get_mediaB | Full metadata for one generation, including its input lineage. |
| delete_mediaB | Delete a generation together with its files and thumbnails. |
| list_projectsB | List projects. 'unsorted' always exists. |
| create_projectC | Create a project and return its slug. |
| get_budgetA | Provider-authoritative remaining credit plus local daily-cap status. Amounts are strings or null; null means the cost is unknown, never zero. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |