WebMCP

TravelWebMCP verified

esdeveniments.cat WebMCP tools

Discover what's on in Catalonia — concerts, exhibitions, theatre, family activities and free events near you.

5 tools1 methodsspec API surface

What can an agent do with esdeveniments.cat WebMCP tools?

Discover what's on in Catalonia — concerts, exhibitions, theatre, family activities and free events near you. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on esdeveniments.cat

Tool 1 of 5WebMCPAnswer

search-events

Search for cultural events in Catalonia by keyword. Returns a list of matching events with title, date, location, and URL.

How to install

Open the esdeveniments.cat website and ask your browser agent to use search-events

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the search-events tool on esdeveniments.cat with query: <string>, page: <integer>, size: <integer>. Return the structured result and cite the source page.

Input contract

  • query string Search keywords (e.g. jazz Barcelona)
  • page integer Page number (0-indexed, default 0)
  • size integer Results per page (default 15, max 50)

Open the source definition

Tool 2 of 5WebMCPAnswer

get-event-details

Get full details for a single event by its slug. Returns title, description, dates, location, image, and category.

How to install

Open the esdeveniments.cat website and ask your browser agent to use get-event-details

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get-event-details tool on esdeveniments.cat with slug: <string>. Return the structured result and cite the source page.

Input contract

  • slug string Event slug identifier (from event URL)

Open the source definition

Tool 3 of 5WebMCPAnswer

get-categories

List all available event categories (concerts, theatre, exhibitions, festivals, etc.).

How to install

Open the esdeveniments.cat website and ask your browser agent to use get-categories

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get-categories tool on esdeveniments.cat. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 4 of 5WebMCPAnswer

    get-places

    List available places (cities and towns) in Catalonia that have events.

    How to install

    Open the esdeveniments.cat website and ask your browser agent to use get-places

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the get-places tool on esdeveniments.cat. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 5 of 5WebMCPAnswer

      get-events-by-place

      Get cultural events for a specific place (city or town) in Catalonia. Supports filtering by category and date range.

      How to install

      Open the esdeveniments.cat website and ask your browser agent to use get-events-by-place

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the get-events-by-place tool on esdeveniments.cat with place: <string>, category: <string>, page: <integer>. Return the structured result and cite the source page.

      Input contract

      • place string Place slug (e.g. barcelona, girona, tarragona)
      • category string Category slug to filter by (e.g. concerts, teatre, exposicions)
      • page integer Page number (0-indexed, default 0)

      Open the source definition