Skip to main content
Glama
ArminDashti
by ArminDashti

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI_AGENT_LOGS_API_URLNoThe URL of the ai-agent-logs API.http://127.0.0.1:8120
AI_AGENT_LOGS_PASSWORDNoPassword for authenticating with the ai-agent-logs API.dopadopa123
AI_AGENT_LOGS_USERNAMENoUsername for authenticating with the ai-agent-logs API.armin

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
health_checkA

Check ai-agent-logs-api health (GET /health).

loginA

Login to ai-agent-logs-api and cache the JWT. Optional username/password override env defaults.

list_promptsA

List stored prompts newest first (GET /api/v1/prompts). Auto-logs in if needed.

create_promptA

Create a prompt log row (POST /api/v1/prompts). Auto-logs in if needed.

list_sessionsA

List agent conversation sessions newest first (GET /api/v1/sessions). Auto-logs in if needed.

get_sessionA

Get one session and its prompt turns (GET /api/v1/sessions/:id). Auto-logs in if needed.

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/ArminDashti/ai-agent-logs-mcp'

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