WebMCP

TravelWebMCP verified

placemania.sk WebMCP tools

Atlas of unconventional places and detours worth adding to your travel itinerary.

9 tools1 methodsspec API surface

What can an agent do with placemania.sk WebMCP tools?

Atlas of unconventional places and detours worth adding to your travel itinerary. 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 placemania.sk

Tool 1 of 9WebMCPAction

site_manifest

Inspect available public content types, taxonomies, read-only tools, discovery URLs and output limits before calling other site tools.

How to install

Open the placemania.sk website and ask your browser agent to use site_manifest

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 site_manifest tool on placemania.sk. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 9WebMCPAction

    site_search

    Search public site content by query or filters. Returns public URLs, titles, excerpts, post types, taxonomy terms and identifiers.

    How to install

    Open the placemania.sk website and ask your browser agent to use site_search

    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 site_search tool on placemania.sk with q: <string>, post_type: <string>, taxonomy: <string>, term: <string>, qid: <string>, geonames_id: <string>, google_place_id: <string>, modified_after: <string>, page: <integer>, per_page: <integer>. Return the structured result and cite the source page.

    Input contract

    • q string Search query.
    • post_type string Optional public post type.
    • taxonomy string Optional taxonomy filter.
    • term string Optional term slug filter.
    • qid string Optional Wikidata QID.
    • geonames_id string Optional GeoNames ID.
    • google_place_id string Optional Google Place ID.
    • modified_after string Optional ISO date or datetime.
    • page integer
    • per_page integer

    Open the source definition

    Tool 3 of 9WebMCPAction

    site_get_content

    Read one public content item by ID, slug or canonical URL. Returns bounded text, public metadata, terms, image data and optional schema.

    How to install

    Open the placemania.sk website and ask your browser agent to use site_get_content

    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 site_get_content tool on placemania.sk with id: <integer>, slug: <string>, url: <string>, post_type: <string>, include_text: <boolean>, include_structured_data: <boolean>, include_taxonomies: <boolean>, include_images: <boolean>, text_chars: <integer>. Return the structured result and cite the source page.

    Input contract

    • id integer WordPress post ID.
    • slug string Post slug.
    • url string Canonical public URL.
    • post_type string Optional post type for slug lookup.
    • include_text boolean
    • include_structured_data boolean
    • include_taxonomies boolean
    • include_images boolean
    • text_chars integer

    Open the source definition

    Tool 4 of 9WebMCPAction

    site_get_chunk

    Continue reading a long public content item. Returns one bounded plain-text chunk and next_offset for pagination.

    How to install

    Open the placemania.sk website and ask your browser agent to use site_get_chunk

    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 site_get_chunk tool on placemania.sk with id: <integer>, offset: <integer>, limit_chars: <integer>. Return the structured result and cite the source page.

    Input contract

    • id integer WordPress post ID.
    • offset integer
    • limit_chars integer

    Open the source definition

    Tool 5 of 9WebMCPAction

    site_get_schema

    Fetch normalized JSON-LD or fallback structured data for one public post or taxonomy term.

    How to install

    Open the placemania.sk website and ask your browser agent to use site_get_schema

    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 site_get_schema tool on placemania.sk with id: <integer>, slug: <string>, url: <string>, post_type: <string>, taxonomy: <string>, term: <string>. Return the structured result and cite the source page.

    Input contract

    • id integer WordPress post or term ID.
    • slug string Post slug.
    • url string Canonical public URL.
    • post_type string Optional post type.
    • taxonomy string Taxonomy for term lookup.
    • term string Term slug.

    Open the source definition

    Tool 6 of 9WebMCPAction

    site_list_terms

    List public taxonomy terms by taxonomy, search, parent or identifiers. Returns URLs, names, counts and public metadata.

    How to install

    Open the placemania.sk website and ask your browser agent to use site_list_terms

    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 site_list_terms tool on placemania.sk with taxonomy: <string>, search: <string>, parent: <integer>, hide_empty: <boolean>, qid: <string>, geonames_id: <string>, page: <integer>, per_page: <integer>. Return the structured result and cite the source page.

    Input contract

    • taxonomy string Public taxonomy name.
    • search string Optional term search.
    • parent integer Optional parent term ID.
    • hide_empty boolean
    • qid string Optional Wikidata QID.
    • geonames_id string Optional GeoNames ID.
    • page integer
    • per_page integer

    Open the source definition

    Tool 7 of 9WebMCPAction

    site_get_term

    Read one public taxonomy term by taxonomy and ID or slug. Returns URL, hierarchy, counts, metadata and schema.

    How to install

    Open the placemania.sk website and ask your browser agent to use site_get_term

    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 site_get_term tool on placemania.sk with taxonomy: <string>, id: <integer>, term: <string>, slug: <string>. Return the structured result and cite the source page.

    Input contract

    • taxonomy string Public taxonomy name.
    • id integer Term ID.
    • term string Term slug.
    • slug string Term slug.

    Open the source definition

    Tool 8 of 9WebMCPAction

    site_recent

    List public content modified after an ISO date or datetime. Returns URLs, titles, post types and modification dates.

    How to install

    Open the placemania.sk website and ask your browser agent to use site_recent

    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 site_recent tool on placemania.sk with modified_after: <string>, post_type: <string>, page: <integer>, per_page: <integer>. Return the structured result and cite the source page.

    Input contract

    • modified_after string ISO date or datetime. Required.
    • post_type string Optional public post type.
    • page integer
    • per_page integer

    Open the source definition

    Tool 9 of 9WebMCPAction

    site_search_form

    Search public site content and return matching public pages.

    How to install

    Open the placemania.sk website and ask your browser agent to use site_search_form

    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 site_search_form tool on placemania.sk with s: <string>. Return the structured result and cite the source page.

    Input contract

    • s string Zadajte hľadaný výraz a stlačte Enter...

    Open the source definition