Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WAG_EMAILYesYour Wag account email address
WAG_HEADLESSNoSet to 'false' to show the browser window (for debugging)
WAG_PASSWORDYesYour Wag account password

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
search_walkersA

Search for available dog walkers on wagwalking.com by location, date, and service type. Returns walker cards with name, rating, price, and availability.

book_walkB

Book a dog walking session on wagwalking.com. Requires WAG_EMAIL and WAG_PASSWORD environment variables to be set.

schedule_recurringC

Set up a recurring dog walking schedule with a specific walker on wagwalking.com. Requires WAG_EMAIL and WAG_PASSWORD.

get_walk_statusB

Get the status of a current or past dog walk booking, including GPS tracking if the walk is in progress. Requires WAG_EMAIL and WAG_PASSWORD.

view_walker_profileB

View a dog walker's full profile on wagwalking.com including bio, certifications, reviews, photos, and pricing.

rate_walkerA

Rate and review a walker after a completed walk on wagwalking.com. Optionally add a tip. Requires WAG_EMAIL and WAG_PASSWORD.

get_pet_reportA

Get the report card for a completed walk, including photos, walker notes, potty breaks, behavior tags, and route map. Requires WAG_EMAIL and WAG_PASSWORD.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose within the dog walking domain: booking, status checking, reporting, rating, scheduling, searching, and viewing profiles. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., book_walk, get_pet_report, rate_walker). The naming is uniform and predictable, using snake_case throughout without any deviations.

Tool Count5/5

With 7 tools, the server is well-scoped for managing dog walking services. This count covers key operations without being excessive, allowing agents to handle common workflows like booking, monitoring, and reviewing walks effectively.

Completeness4/5

The tool set provides strong coverage for core dog walking activities, including booking, status tracking, reporting, rating, scheduling, searching, and profile viewing. A minor gap exists in not having tools for modifying or canceling bookings, but agents can likely work around this with the available tools.

Maintenance

ActivityInactive
ResponsivenessNo issues