Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALABASTA_RUN_IDNoCorrelates a resolution to an agent run (optional, used as externalRunId)
ALABASTA_API_KEYYesWorkspace API key (alab_sk_...) generated in Alabasta settings
ALABASTA_TASK_IDNoDefault task ID for this session (optional)
ALABASTA_SITE_URLYesThe site URL of your Alabasta deployment (https://<deployment>.convex.site)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
alabasta_get_taskA

Read an Alabasta task (title, description, status, priority) before editing. Pass taskId or identifier (e.g. TOM-24).

alabasta_list_my_tasksA

List tasks assigned to you, optionally filtered by status.

alabasta_start_task_workB

Mark a task in progress before you begin editing.

alabasta_collect_git_contextA

Gather real diff stat, commits, PR state, and CI checks from the local repo (git + gh). Call before submitting and merge the result into alabasta_submit_task_resolution. Best-effort — missing pieces are omitted.

alabasta_submit_task_resolutionA

Submit a STRUCTURED resolution after completing work. Moves the task to review for a human to accept — it never marks the task done and never edits the task description. Distinguish verified from unverified claims. Do not include conversational prompts.

alabasta_mark_ready_for_reviewA

Move a task into review without submitting a full resolution.

alabasta_report_blockerA

Record why the task could not be completed, for a human to triage.

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/cowboyshibuya/alabasta-agent-bridge'

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