Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_clientsA

List clients, optionally filtered by suburb or preferred language.

Use this to find a client before scheduling a visit or answering questions about the client base.

get_clientB

Get one client's full record, including their upcoming visits.

schedule_visitA

Schedule a care visit. Input is strictly validated (Pydantic).

Rejects past dates, malformed times, and out-of-range durations before anything touches the database. Refuses to double-book a carer at an already-scheduled date and start time.

check_complianceA

Report carer certifications that are expired or expiring soon.

Aged-care providers must not roster carers with lapsed mandatory certifications (First Aid, Police Check). Use this before assigning visits or for a weekly compliance review.

verify_audit_logA

Verify the integrity of the hash-chained audit log.

Re-computes every entry's SHA-256 link. Returns valid=false with the breaking line number if any record was altered or removed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
audit_logThe full audit trail of tool calls, one JSON entry per line.

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/ZGhey/careops-mcp'

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