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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_quoteA

Get an insurance quote from Lemonade for renters, homeowners, pet, or car insurance

view_policyB

View details of an existing Lemonade insurance policy

file_claimB

File a new insurance claim with Lemonade

check_claim_statusA

Check the status of an existing Lemonade insurance claim

update_coverageC

Update coverage on an existing Lemonade insurance policy

get_documentsA

Retrieve policy documents from Lemonade (declarations page, policy contract, etc.)

contact_supportC

Contact Lemonade customer support

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific insurance operations: checking claim status, contacting support, filing claims, retrieving documents, getting quotes, updating coverage, and viewing policies. There is no overlap or ambiguity between these functions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., check_claim_status, file_claim, get_quote). The naming is uniform and predictable across all seven tools.

Tool Count5/5

With 7 tools, the server is well-scoped for an insurance domain, covering key operations like quotes, policies, claims, and support. Each tool earns its place without being excessive or insufficient.

Completeness4/5

The tool set provides strong coverage for core insurance workflows, including quoting, policy management, claims, and support. A minor gap exists in lacking a tool for purchasing a policy after getting a quote, but agents can likely work around this.

Maintenance

ActivityInactive
ResponsivenessNo issues