Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AITUBER_API_KEYYesYour API key from AITuber dashboard
AITUBER_API_BASE_URLNoAPI base URL (override for self-hosted or testing)https://app.aituber.app/api/v1

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_apiA

Search the AITuber API to find endpoints for creating AI videos, checking credits, exporting to MP4, publishing to YouTube/TikTok/Instagram, and more. Returns matching endpoints with parameters and examples. Use this before execute_api to find the right endpoint.

execute_apiA

Execute a request against the AITuber API. Use search_api first to find the right endpoint and parameters. Handles authentication automatically.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: search_api discovers endpoints and parameters, while execute_api performs the actual API call. There is no overlap or ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (search_api, execute_api) using snake_case, making the naming predictable.

Tool Count4/5

Two tools is minimal but suitable for the server's designed workflow of discovery followed by execution. While slightly thin, each tool serves a necessary and distinct role without redundancy.

Completeness5/5

The combination of search and execute covers the full lifecycle of using the AITuber API: finding the right endpoint and then executing it. Authentication and parameter handling are included, leaving no obvious gaps.

Maintenance

ActivityActive
ResponsivenessNo issues