Skip to main content
Glama
matt1as

Booli MCP Server

by matt1as

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BOOLI_GRAPHQL_URLNoThe Booli GraphQL endpoint URLhttps://api.booli.se/graphql

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_propertiesC

Search for properties on Booli.se with comprehensive filtering options

search_locationsB

Search for location suggestions on Booli.se to find area IDs and names

get_property_detailsB

Retrieve comprehensive details for a specific property using its property ID

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: get_property_details retrieves details for a specific property ID, search_locations finds location suggestions, and search_properties searches properties with filters. There is no overlap in functionality, making it easy for an agent to select the correct tool without confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: get_property_details, search_locations, and search_properties. This predictable naming scheme enhances readability and usability for agents.

Tool Count4/5

With 3 tools, the server is well-scoped for a property search domain, but it feels slightly thin as it lacks update or delete operations. However, given the domain (search and retrieval), the count is reasonable and each tool earns its place.

Completeness4/5

The tools cover core search and retrieval workflows for properties and locations on Booli.se, with no dead ends. A minor gap exists in not providing update or delete capabilities, but these may not be applicable to the domain, and agents can work effectively with the available tools.