# book_list_services

List one business's services with duration and displayed price. Call this before book_get_availability when the right service is not yet known.

Agent View of the PolicyLayer registry record for `book_list_services`. HTML page: https://policylayer.com/tools/com-getcaboo-caboo/book-list-services

## Facts

- Tool: `book_list_services`
- Server: Caboo (`https://getcaboo.com/mcp`) — https://policylayer.com/tools/com-getcaboo-caboo.md
- Homepage: https://github.com/https://getcaboo.com/mcp
- Risk category: Read (Low risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 2 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `slug` | string | yes | The provider slug from search_providers or get_provider. |
| `bookableOnly` | boolean | no | When true, return only services that can be booked online. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "book_list_services",
    "arguments": {
      "slug": "<slug>"
    }
  }
}
```

## Why book_list_services is rated Low

This tool retrieves service information (duration and price) for informational purposes. It has no side effects, does not modify data, execute code, delete records, or commit financial transactions. The primary use case is to help an agent discover what services are available so it can make an informed booking decision.

From the tool's own definition: "Tool description states 'List one business's services' — a retrieval operation. No modification, deletion, or execution of external commands occurs."

## Use case

AI agents call book_list_services to retrieve information from Caboo without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Caboo:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "book_list_services": {}
  }
}
```

## Other tools on Caboo (5)

- `book_get_availability` — Read — https://policylayer.com/tools/com-getcaboo-caboo/book-get-availability.md
- `book_get_booking_status` — Read — https://policylayer.com/tools/com-getcaboo-caboo/book-get-booking-status.md
- `get_provider` — Read — https://policylayer.com/tools/com-getcaboo-caboo/get-provider.md
- `search_providers` — Read — https://policylayer.com/tools/com-getcaboo-caboo/search-providers.md
- `book_hold_slot` — Write — https://policylayer.com/tools/com-getcaboo-caboo/book-hold-slot.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-getcaboo-caboo · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-getcaboo-caboo
