Skip to main content
Glama
IdaAkiwumi
by IdaAkiwumi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TELEGRAM_CHAT_IDNoTelegram chat ID for notifications
TELEGRAM_BOT_TOKENNoTelegram bot token for notifications

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_system_healthA

Check if workstation is safe for heavy creative workloads.

scan_creative_appsC

Find active creative applications (Blender, Unreal, Maya, etc.).

throttle_processA

Reduce CPU priority of a process to prevent overheating.

ALIASES: Also responds to "deprioritize" for clarity.

Args: target_pid: Process ID to throttle. If None, auto-throttles highest CPU consumer.

Returns: Confirmation message with explanation of what was done.

deprioritize_processA

SAME AS THROTTLE — reduces CPU priority of a process.

Use this if "throttle" sounds too aggressive. Same function, clearer language.

Args: target_pid: Process ID to deprioritize. If None, auto-selects highest CPU consumer.

Returns: Confirmation with full explanation of effects.

emergency_throttle_processA

EMERGENCY: Immediately reduce priority without confirmation.

Use when:

  • System in CRITICAL thermal state (CPU >90%, Temp >85°C)

  • Render farm node about to shut down from overheating

  • No time for explanation

Returns: Action taken, minimal explanation.

restore_priorityA

Restore a throttled process to normal CPU priority.

Use this to 'undo' a throttle/deprioritize if you throttled the wrong process or if your main render finished and you want full performance back.

Args: target_pid: Process ID to restore to normal priority (REQUIRED, no auto-detect for safety)

Returns: Confirmation of priority restoration.

prioritize_processA

Give a process HIGHER than normal CPU priority.

WARNING: Use sparingly. High priority can make system unresponsive.

Use only when:

  • A critical render must finish by deadline

  • System is otherwise idle

  • You accept risk of temporary unresponsiveness

Args: target_pid: Process ID to boost (REQUIRED)

Returns: Confirmation with warning about side effects.

get_thermal_status_aliasD

Alias for check_system_health.

find_render_processes_aliasC

Alias for scan_creative_apps.

emergency_throttle_aliasD

Alias for throttle_process.

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/IdaAkiwumi/frame-pulse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server