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
loginA

Log in to Rover with your email and password. Required before most operations.

search_sittersB

Search for pet sitters on Rover by location and service type. Returns a list of available sitters with ratings and pricing.

get_sitter_profileB

Get detailed profile information for a specific sitter including bio, reviews, services offered, and rates.

search_servicesB

List all available Rover service types in a given location with descriptions.

request_bookingB

Send a booking request to a sitter. Requires being logged in.

get_bookingsA

View your current and past bookings on Rover. Requires being logged in.

message_sitterB

Send a message to a sitter on Rover. Requires being logged in.

get_messagesB

Get your message threads on Rover. Optionally filter by sitter ID.

add_pet_profileB

Add a new pet to your Rover account. Requires being logged in.

update_pet_profileC

Update an existing pet's profile details such as size, temperament, and special needs.

get_petsA

List all pets registered on your Rover account. Requires being logged in.

leave_reviewA

Leave a review for a sitter after a completed service. Requires being logged in.

get_favoritesA

Get your list of favorited sitters on Rover. Requires being logged in.

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 13 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific Rover operations like pet management, bookings, messaging, searching, and reviews. No tools overlap in functionality, making it easy for an agent to select the correct one without confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., add_pet_profile, get_bookings, search_sitters). The naming is uniform across all 13 tools, using snake_case and clear action verbs, which aids predictability and readability.

Tool Count5/5

With 13 tools, the server is well-scoped for managing a Rover account, covering essential operations from login to bookings, messaging, and pet profiles. Each tool serves a distinct and necessary function, avoiding bloat while providing comprehensive coverage.

Completeness4/5

The tool set offers strong coverage of Rover's core user workflows, including CRUD for pets, bookings, messaging, and reviews. A minor gap exists in not having tools for updating or canceling bookings, which agents might need to work around, but overall the surface is nearly complete for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues