Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_recordsA

Search the record store by a free-text query matched against title, owner and tags. Returns matching record ids.

fetch_recordA

Fetch one record by its exact id. Returns the record's title, owner, amount and tags.

summarise_amountsA

Compute count, total and mean of the amount field across the given record ids. All ids must exist.

append_noteB

Append a free-text note to the session note log.

delete_recordA

Permanently delete a record. Destructive and gated: the first call returns a confirm_token describing what would be deleted, and the deletion only happens on a second call carrying that token.

Prompts

Interactive templates invoked by user choice

NameDescription
audit_ownerDraft the tool plan for auditing every record belonging to one owner.

Resources

Contextual data attached and managed by the client

NameDescription
Record store schemaField names, types and valid enum values for the record store.

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/malcomzww/mcp-server-and-agent'

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