WebMCP

DeveloperWebMCP verified

demos.telerik.com WebMCP tools

Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.

30 tools1 methodsspec API surface

What can an agent do with demos.telerik.com WebMCP tools?

Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications. 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 demos.telerik.com

Tool 1 of 30WebMCPAction

warehouse-map-map-set-center

Center the map on a specific location. (warehouse-map map)

How to install

Open the demos.telerik.com website and ask your browser agent to use warehouse-map-map-set-center

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 warehouse-map-map-set-center tool on demos.telerik.com with latitude: <number>, longitude: <number>. Return the structured result and cite the source page.

Input contract

  • latitude number The latitude to center the map on
  • longitude number The longitude to center the map on

Open the source definition

Tool 2 of 30WebMCPAction

warehouse-map-map-set-zoom

Set the zoom level of the map. (warehouse-map map)

How to install

Open the demos.telerik.com website and ask your browser agent to use warehouse-map-map-set-zoom

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 warehouse-map-map-set-zoom tool on demos.telerik.com with level: <number>. Return the structured result and cite the source page.

Input contract

  • level number The zoom level to set (typically 1-19)

Open the source definition

Tool 3 of 30WebMCPAction

warehouse-map-map-add-marker

Add a pin/marker on the Global Warehouse Network map. Use this to plot warehouse locations OR shipment delivery addresses returned by the shipment-tracker grid. For shipment delivery addresses: ALWAYS first call shipment-tracker Filter (when criteria given) and then shipment-tracker GetData to fetch the current rows. Each grid row exposes DestinationStreet, Destination (city), DestinationLat and DestinationLng — pass DestinationLat as latitude and DestinationLng as longitude, one call per shipment. Use DestinationStreet or '{TrackingNumber} — {Destination}' as the marker title. Available warehouses (for warehouse pins): Chicago Hub (Chicago, USA, North America) at [41.88, -87.63], capacity 78%; Rotterdam Port (Rotterdam, Netherlands, Europe) at [51.92, 4.48], capacity 85%; Shanghai Terminal (Shanghai, China, Asia Pacific) at [31.23, 121.47], capacity 92%; São Paulo Center (São Paulo, Brazil, Latin America) at [-23.55, -46.63], capacity 61%; Mumbai Gateway (Mumbai, India, Asia Pacific) at [19.08, 72.88], capacity 88%; Tokyo Depot (Tokyo, Japan, Asia Pacific) at [35.68, 139.69], capacity 73%; Sydney Warehouse (Sydney, Australia, Oceania) at [-33.87, 151.21], capacity 55%; Lagos Depot (Lagos, Nigeria, Africa) at [6.52, 3.38], capacity 42% (warehouse-map map)

How to install

Open the demos.telerik.com website and ask your browser agent to use warehouse-map-map-add-marker

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 warehouse-map-map-add-marker tool on demos.telerik.com with latitude: <number>, longitude: <number>, title: <string>. Return the structured result and cite the source page.

Input contract

  • latitude number The latitude of the marker
  • longitude number The longitude of the marker
  • title string The title/tooltip of the marker

Open the source definition

Tool 4 of 30WebMCPAction

warehouse-map-map-clear-markers

Remove all markers from the map. (warehouse-map map)

How to install

Open the demos.telerik.com website and ask your browser agent to use warehouse-map-map-clear-markers

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 warehouse-map-map-clear-markers tool on demos.telerik.com. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 5 of 30WebMCPAction

    inventory-sheet-spreadsheet-set-cell

    Write a single cell value into the Warehouse Capacity spreadsheet. To populate the spreadsheet from the Shipment Tracker grid, ALWAYS first call shipment-tracker Filter (if criteria given) and then shipment-tracker GetData to retrieve the visible rows. Then call this tool MULTIPLE TIMES to write: (1) a header row at row 1 with columns A='Tracking #', B='Origin', C='Destination', D='Delivery Address', E='Status', F='Carrier', G='Value', H='Weight (kg)', I='Ship Date', J='ETA', K='Dest. Lat', L='Dest. Lng'; and (2) one row per shipment starting at row 2, mapping TrackingNumber→A, Origin→B, Destination→C, DestinationStreet→D, Status→E, Carrier→F, Value→G, Weight→H, ShipDate→I, ETA→J, DestinationLat→K, DestinationLng→L. Cell addresses use A1 notation (e.g. 'A1', 'B2'). Clear any old rows the user no longer wants before writing new ones. (inventory-sheet spreadsheet)

    How to install

    Open the demos.telerik.com website and ask your browser agent to use inventory-sheet-spreadsheet-set-cell

    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 inventory-sheet-spreadsheet-set-cell tool on demos.telerik.com with row: <number>, col: <number>, value: <string>, sheet: <string>. Return the structured result and cite the source page.

    Input contract

    • row number Zero-based row index of the cell
    • col number Zero-based column index of the cell
    • value string The value to set in the cell
    • sheet string Optional sheet name. Defaults to the active sheet

    Open the source definition

    Tool 6 of 30WebMCPAction

    inventory-sheet-spreadsheet-navigate-sheet

    Switch to a different sheet in the spreadsheet. (inventory-sheet spreadsheet)

    How to install

    Open the demos.telerik.com website and ask your browser agent to use inventory-sheet-spreadsheet-navigate-sheet

    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 inventory-sheet-spreadsheet-navigate-sheet tool on demos.telerik.com with sheetName: <string>. Return the structured result and cite the source page.

    Input contract

    • sheetName string Name of the sheet to navigate to

    Open the source definition

    Tool 7 of 30WebMCPAction

    inventory-sheet-spreadsheet-add-sheet

    Add a new sheet to the Warehouse Capacity spreadsheet, e.g. when the user asks for a 'Q3 Forecast' or a separate sheet for filtered data. (inventory-sheet spreadsheet)

    How to install

    Open the demos.telerik.com website and ask your browser agent to use inventory-sheet-spreadsheet-add-sheet

    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 inventory-sheet-spreadsheet-add-sheet tool on demos.telerik.com. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 8 of 30WebMCPAction

      inventory-sheet-spreadsheet-rename-sheet

      Rename a sheet in the Warehouse Capacity spreadsheet. (inventory-sheet spreadsheet)

      How to install

      Open the demos.telerik.com website and ask your browser agent to use inventory-sheet-spreadsheet-rename-sheet

      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 inventory-sheet-spreadsheet-rename-sheet tool on demos.telerik.com with currentName: <string>, newName: <string>. Return the structured result and cite the source page.

      Input contract

      • currentName string Current name of the sheet to rename
      • newName string New name for the sheet

      Open the source definition

      Tool 9 of 30WebMCPAction

      inventory-sheet-spreadsheet-export

      Export the Warehouse Capacity spreadsheet to an Excel (.xlsx) file. (inventory-sheet spreadsheet)

      How to install

      Open the demos.telerik.com website and ask your browser agent to use inventory-sheet-spreadsheet-export

      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 inventory-sheet-spreadsheet-export tool on demos.telerik.com with fileName: <string>. Return the structured result and cite the source page.

      Input contract

      • fileName string Optional file name for the exported file (without extension)

      Open the source definition

      Tool 10 of 30WebMCPAction

      shipment-tracker-grid-filter

      Narrow the Shipment Tracker grid to a subset of rows. Use this whenever the user asks to see, show, focus on, or look at shipments matching some criteria. Available column fields: Status (values: 'In Transit', 'Delivered', 'Delayed', 'Pending'), Destination (city name: New York, London, Berlin, Dubai, Singapore, Mexico City, Toronto, Johannesburg, Seoul, Sydney), Origin (Chicago, Rotterdam, Shanghai, São Paulo, Mumbai, Tokyo, Sydney, Lagos), Carrier, Region (North America, Europe, Asia Pacific, Latin America, Africa, Oceania), Value (number), Weight (number). Always call this FIRST before warehouse-map AddMarker or inventory-sheet SetCell when the user asks to plot or export shipments. (shipment-tracker grid)

      How to install

      Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-filter

      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 shipment-tracker-grid-filter tool on demos.telerik.com with field: <string>, operator: <string>, value: <string>, logic: <string>, filters: <array>. Return the structured result and cite the source page.

      Input contract

      • field string Column field name to filter
      • operator string Filter operator
      • value string Filter value (string, number, or boolean depending on column type)
      • logic string Logical operator to combine multiple values for the same column
      • filters array Array of filter conditions for the same column

      Open the source definition

      Tool 11 of 30WebMCPAction

      shipment-tracker-grid-clear-filter

      Remove all active filters from the Shipment Tracker grid. (shipment-tracker grid)

      How to install

      Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-clear-filter

      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 shipment-tracker-grid-clear-filter tool on demos.telerik.com. Return the structured result and cite the source page.

      Input contract

        Open the source definition

        Tool 12 of 30WebMCPAction

        shipment-tracker-grid-sort

        Sort the Shipment Tracker grid by a column, e.g. Value descending or ETA ascending. (shipment-tracker grid)

        How to install

        Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-sort

        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 shipment-tracker-grid-sort tool on demos.telerik.com with field: <string>, dir: <string>. Return the structured result and cite the source page.

        Input contract

        • field string Column field name to sort by
        • dir string Sort direction

        Open the source definition

        Tool 13 of 30WebMCPAction

        shipment-tracker-grid-clear-sort

        Clear all applied sorts from the grid. (shipment-tracker grid)

        How to install

        Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-clear-sort

        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 shipment-tracker-grid-clear-sort tool on demos.telerik.com. Return the structured result and cite the source page.

        Input contract

          Open the source definition

          Tool 14 of 30WebMCPAction

          shipment-tracker-grid-group

          Group the grid data by a column field. (shipment-tracker grid)

          How to install

          Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-group

          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 shipment-tracker-grid-group tool on demos.telerik.com with field: <string>, dir: <string>. Return the structured result and cite the source page.

          Input contract

          • field string Column field name to group by
          • dir string Sort direction within the group

          Open the source definition

          Tool 15 of 30WebMCPAction

          shipment-tracker-grid-clear-group

          Clear all applied groups from the grid. (shipment-tracker grid)

          How to install

          Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-clear-group

          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 shipment-tracker-grid-clear-group tool on demos.telerik.com. Return the structured result and cite the source page.

          Input contract

            Open the source definition

            Tool 16 of 30WebMCPAction

            shipment-tracker-grid-highlight

            Visually highlight grid rows or cells that match a condition. This is a standalone visual operation — do NOT call grid-filter beforehand. Specify field, operator, and value. To match multiple values in the same column, use logic and filters. To match by different columns, call this tool once per column. Optionally provide 'cells' with column fields to highlight only those cells instead of entire rows. (shipment-tracker grid)

            How to install

            Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-highlight

            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 shipment-tracker-grid-highlight tool on demos.telerik.com with field: <string>, operator: <string>, value: <string>, logic: <string>, filters: <array>, cells: <array>. Return the structured result and cite the source page.

            Input contract

            • field string Column field name to match
            • operator string Filter operator
            • value string Filter value (string, number, or boolean depending on column type)
            • logic string Logical operator to combine multiple values for the same column
            • filters array Array of filter conditions for the same column
            • cells array Optional list of column fields to target. When provided, only the specified cells in matching rows are affected instead of entire rows.

            Open the source definition

            Tool 17 of 30WebMCPAction

            shipment-tracker-grid-clear-highlight

            Clear all highlighted rows and cells in the grid. (shipment-tracker grid)

            How to install

            Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-clear-highlight

            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 shipment-tracker-grid-clear-highlight tool on demos.telerik.com. Return the structured result and cite the source page.

            Input contract

              Open the source definition

              Tool 18 of 30WebMCPAction

              shipment-tracker-grid-select

              Select grid rows or cells that match a condition. This is a standalone operation — do NOT call grid-filter beforehand. Specify field, operator, and value. To match multiple values in the same column, use logic and filters. To match by different columns, call this tool once per column. Optionally provide 'cells' with column fields to select only those cells instead of entire rows. (shipment-tracker grid)

              How to install

              Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-select

              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 shipment-tracker-grid-select tool on demos.telerik.com with field: <string>, operator: <string>, value: <string>, logic: <string>, filters: <array>, cells: <array>. Return the structured result and cite the source page.

              Input contract

              • field string Column field name to match
              • operator string Filter operator
              • value string Filter value (string, number, or boolean depending on column type)
              • logic string Logical operator to combine multiple values for the same column
              • filters array Array of filter conditions for the same column
              • cells array Optional list of column fields to target. When provided, only the specified cells in matching rows are affected instead of entire rows.

              Open the source definition

              Tool 19 of 30WebMCPAction

              shipment-tracker-grid-clear-select

              Clear all selected rows and cells in the grid. (shipment-tracker grid)

              How to install

              Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-clear-select

              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 shipment-tracker-grid-clear-select tool on demos.telerik.com. Return the structured result and cite the source page.

              Input contract

                Open the source definition

                Tool 20 of 30WebMCPAction

                shipment-tracker-grid-page

                Navigate the grid to a specific page number. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-page

                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 shipment-tracker-grid-page tool on demos.telerik.com with page: <number>. Return the structured result and cite the source page.

                Input contract

                • page number Page number (1-based)

                Open the source definition

                Tool 21 of 30WebMCPAction

                shipment-tracker-grid-page-size

                Change the number of items displayed per page. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-page-size

                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 shipment-tracker-grid-page-size tool on demos.telerik.com with pageSize: <number>. Return the structured result and cite the source page.

                Input contract

                • pageSize number Number of items per page

                Open the source definition

                Tool 22 of 30WebMCPAction

                shipment-tracker-grid-column-reorder

                Move a grid column to a different position. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-reorder

                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 shipment-tracker-grid-column-reorder tool on demos.telerik.com with id: <string>, position: <number>. Return the structured result and cite the source page.

                Input contract

                • id string Column identifier to move
                • position number Target position index (0-based)

                Open the source definition

                Tool 23 of 30WebMCPAction

                shipment-tracker-grid-column-resize

                Resize a grid column to a specified width. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-resize

                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 shipment-tracker-grid-column-resize tool on demos.telerik.com with id: <string>, size: <string>. Return the structured result and cite the source page.

                Input contract

                • id string Column identifier to resize
                • size string New column width (e.g. "200px")

                Open the source definition

                Tool 24 of 30WebMCPAction

                shipment-tracker-grid-column-show

                Show a hidden grid column. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-show

                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 shipment-tracker-grid-column-show tool on demos.telerik.com with id: <string>. Return the structured result and cite the source page.

                Input contract

                • id string Column identifier

                Open the source definition

                Tool 25 of 30WebMCPAction

                shipment-tracker-grid-column-hide

                Hide a visible grid column. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-hide

                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 shipment-tracker-grid-column-hide tool on demos.telerik.com with id: <string>. Return the structured result and cite the source page.

                Input contract

                • id string Column identifier

                Open the source definition

                Tool 26 of 30WebMCPAction

                shipment-tracker-grid-column-lock

                Lock (freeze) a grid column so it stays visible when scrolling. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-lock

                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 shipment-tracker-grid-column-lock tool on demos.telerik.com with id: <string>. Return the structured result and cite the source page.

                Input contract

                • id string Column identifier

                Open the source definition

                Tool 27 of 30WebMCPAction

                shipment-tracker-grid-column-unlock

                Unlock a frozen grid column. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-unlock

                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 shipment-tracker-grid-column-unlock tool on demos.telerik.com with id: <string>. Return the structured result and cite the source page.

                Input contract

                • id string Column identifier

                Open the source definition

                Tool 28 of 30WebMCPAction

                shipment-tracker-grid-export-excel

                Export the grid data to an Excel file. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-export-excel

                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 shipment-tracker-grid-export-excel tool on demos.telerik.com with fileName: <string>. Return the structured result and cite the source page.

                Input contract

                • fileName string Name of the exported file (optional)

                Open the source definition

                Tool 29 of 30WebMCPAction

                shipment-tracker-grid-export-csv

                Export the grid data to a CSV file. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-export-csv

                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 shipment-tracker-grid-export-csv tool on demos.telerik.com with fileName: <string>. Return the structured result and cite the source page.

                Input contract

                • fileName string Name of the exported file (optional)

                Open the source definition

                Tool 30 of 30WebMCPAnswer

                shipment-tracker-gridgetdata

                Read the rows currently visible in the Shipment Tracker (after any active filter/sort) as JSON. ALWAYS call this AFTER a Filter step when the user wants to plot shipments on the map or write them to the warehouse spreadsheet. Each returned row exposes: TrackingNumber, Origin, Destination (city), DestinationStreet (full delivery address), DestinationLat, DestinationLng, Status, Carrier, Value, Weight, ShipDate, ETA. Use DestinationLat/DestinationLng with warehouse-map AddMarker, and feed the rows into inventory-sheet SetCell. (shipment-tracker grid)

                How to install

                Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-gridgetdata

                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 shipment-tracker-gridgetdata tool on demos.telerik.com. Return the structured result and cite the source page.

                Input contract

                  Open the source definition