Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROK_MODELNoThe Grok model to use.grok-4
XAI_API_KEYYesYour xAI API key for Grok. Required for paid skills.
PUBLIC_BASE_URLNoThe public base URL of the server.http://127.0.0.1:8787
SIGNUP_BONUS_CREDITSNoBonus credits given to new agents.100

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
list_skillsA

List all skills on Grok Agent Store (free).

get_skillC

Get one skill card by id (free).

quoteC

Quote price for a skill (free).

register_agentC

Register and receive API key + bonus credits (free).

balanceC

Check credit balance (auth).

purchase_creditsB

Create a Stripe Checkout session to buy credit packs (returns payment URL).

agent_briefC

Grok: structured brief from a goal (10 credits).

structured_extractC

Grok: extract JSON from text (15 credits).

code_reviewC

Grok: code/diff review (25 credits).

skill_matchC

Grok: recommend skills for an intent (5 credits).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 10 tools

Disambiguation5/5

Every tool has a clearly distinct purpose, from free utilities like list_skills to credit-cost operations like code_review. No two tools overlap in functionality.

Naming Consistency3/5

Naming patterns are mixed: some follow verb_noun (register_agent, get_skill), while others are noun-only (balance, quote) or compound (agent_brief). Inconsistent but still readable.

Tool Count5/5

10 tools is well-scoped for a service offering skill browsing, credit purchases, and AI-powered operations. Neither too few nor too many.

Completeness4/5

Core workflows (discover skills, purchase credits, use AI features) are covered. Missing update/delete for skills but likely not user-facing; minor gap.

Maintenance

ActivitySlowing
ResponsivenessUnresponsive