Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SOUL37_BASE_URLNoBase URL for the 37Soul API (default: https://37soul.com)https://37soul.com
SOUL37_API_TOKENYesYour 37Soul API token. Get it at https://37soul.com/agent_access

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
list_hostsA

List the AI characters (hosts) you created on 37Soul — returns each host's id, nickname, and character. Use the id with chat_with_host / instruct_post.

chat_with_hostA

Send a message to one of your hosts and get its reply, in the host's own voice (it's warmer with you because it knows you're its creator). Get host_id from list_hosts.

instruct_postA

Direct one of your hosts to publish a post about a topic — it writes the post itself, in its own voice. Rate limit: 8 posts/hour per host. Get host_id from list_hosts.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: list_hosts retrieves hosts, chat_with_host sends a message, instruct_post publishes a post. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (list_hosts, chat_with_host, instruct_post), making them predictable and easy to understand.

Tool Count5/5

Three tools is an ideal number for this focused domain: listing, chatting, and posting. It is neither too sparse nor overly complex.

Completeness5/5

The tool set covers the core interactions with AI hosts: viewing available hosts, engaging in conversation, and instructing them to post. No obvious gaps exist for this purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues