DeveloperWebMCP verified
demos.telerik.com WebMCP tools
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
DeveloperWebMCP verified
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
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.
Center the map on a specific location. (warehouse-map map)
Open the demos.telerik.com website and ask your browser agent to use warehouse-map-map-set-centerInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.latitude number The latitude to center the map onlongitude number The longitude to center the map onSet the zoom level of the map. (warehouse-map map)
Open the demos.telerik.com website and ask your browser agent to use warehouse-map-map-set-zoomInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the warehouse-map-map-set-zoom tool on demos.telerik.com with level: <number>. Return the structured result and cite the source page.level number The zoom level to set (typically 1-19)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)
Open the demos.telerik.com website and ask your browser agent to use warehouse-map-map-add-markerInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.latitude number The latitude of the markerlongitude number The longitude of the markertitle string The title/tooltip of the markerRemove all markers from the map. (warehouse-map map)
Open the demos.telerik.com website and ask your browser agent to use warehouse-map-map-clear-markersInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the warehouse-map-map-clear-markers tool on demos.telerik.com. Return the structured result and cite the source page.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)
Open the demos.telerik.com website and ask your browser agent to use inventory-sheet-spreadsheet-set-cellInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.row number Zero-based row index of the cellcol number Zero-based column index of the cellvalue string The value to set in the cellsheet string Optional sheet name. Defaults to the active sheetSwitch to a different sheet in the spreadsheet. (inventory-sheet spreadsheet)
Open the demos.telerik.com website and ask your browser agent to use inventory-sheet-spreadsheet-navigate-sheetInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the inventory-sheet-spreadsheet-navigate-sheet tool on demos.telerik.com with sheetName: <string>. Return the structured result and cite the source page.sheetName string Name of the sheet to navigate toAdd 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)
Open the demos.telerik.com website and ask your browser agent to use inventory-sheet-spreadsheet-add-sheetInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the inventory-sheet-spreadsheet-add-sheet tool on demos.telerik.com. Return the structured result and cite the source page.Rename a sheet in the Warehouse Capacity spreadsheet. (inventory-sheet spreadsheet)
Open the demos.telerik.com website and ask your browser agent to use inventory-sheet-spreadsheet-rename-sheetInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.currentName string Current name of the sheet to renamenewName string New name for the sheetExport the Warehouse Capacity spreadsheet to an Excel (.xlsx) file. (inventory-sheet spreadsheet)
Open the demos.telerik.com website and ask your browser agent to use inventory-sheet-spreadsheet-exportInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the inventory-sheet-spreadsheet-export tool on demos.telerik.com with fileName: <string>. Return the structured result and cite the source page.fileName string Optional file name for the exported file (without extension)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)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-filterInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.field string Column field name to filteroperator string Filter operatorvalue string Filter value (string, number, or boolean depending on column type)logic string Logical operator to combine multiple values for the same columnfilters array Array of filter conditions for the same columnRemove all active filters from the Shipment Tracker grid. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-clear-filterInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-clear-filter tool on demos.telerik.com. Return the structured result and cite the source page.Sort the Shipment Tracker grid by a column, e.g. Value descending or ETA ascending. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-sortInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.field string Column field name to sort bydir string Sort directionClear all applied sorts from the grid. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-clear-sortInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-clear-sort tool on demos.telerik.com. Return the structured result and cite the source page.Group the grid data by a column field. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-groupInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.field string Column field name to group bydir string Sort direction within the groupClear all applied groups from the grid. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-clear-groupInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-clear-group tool on demos.telerik.com. Return the structured result and cite the source page.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)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-highlightInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.field string Column field name to matchoperator string Filter operatorvalue string Filter value (string, number, or boolean depending on column type)logic string Logical operator to combine multiple values for the same columnfilters array Array of filter conditions for the same columncells array Optional list of column fields to target. When provided, only the specified cells in matching rows are affected instead of entire rows.Clear all highlighted rows and cells in the grid. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-clear-highlightInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-clear-highlight tool on demos.telerik.com. Return the structured result and cite the source page.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)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-selectInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.field string Column field name to matchoperator string Filter operatorvalue string Filter value (string, number, or boolean depending on column type)logic string Logical operator to combine multiple values for the same columnfilters array Array of filter conditions for the same columncells array Optional list of column fields to target. When provided, only the specified cells in matching rows are affected instead of entire rows.Clear all selected rows and cells in the grid. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-clear-selectInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-clear-select tool on demos.telerik.com. Return the structured result and cite the source page.Navigate the grid to a specific page number. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-pageInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-page tool on demos.telerik.com with page: <number>. Return the structured result and cite the source page.page number Page number (1-based)Change the number of items displayed per page. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-page-sizeInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-page-size tool on demos.telerik.com with pageSize: <number>. Return the structured result and cite the source page.pageSize number Number of items per pageMove a grid column to a different position. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-reorderInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.id string Column identifier to moveposition number Target position index (0-based)Resize a grid column to a specified width. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-resizeInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
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.id string Column identifier to resizesize string New column width (e.g. "200px")Show a hidden grid column. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-showInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-column-show tool on demos.telerik.com with id: <string>. Return the structured result and cite the source page.id string Column identifierHide a visible grid column. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-hideInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-column-hide tool on demos.telerik.com with id: <string>. Return the structured result and cite the source page.id string Column identifierLock (freeze) a grid column so it stays visible when scrolling. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-lockInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-column-lock tool on demos.telerik.com with id: <string>. Return the structured result and cite the source page.id string Column identifierUnlock a frozen grid column. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-column-unlockInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-column-unlock tool on demos.telerik.com with id: <string>. Return the structured result and cite the source page.id string Column identifierExport the grid data to an Excel file. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-export-excelInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-export-excel tool on demos.telerik.com with fileName: <string>. Return the structured result and cite the source page.fileName string Name of the exported file (optional)Export the grid data to a CSV file. (shipment-tracker grid)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-grid-export-csvInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-grid-export-csv tool on demos.telerik.com with fileName: <string>. Return the structured result and cite the source page.fileName string Name of the exported file (optional)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)
Open the demos.telerik.com website and ask your browser agent to use shipment-tracker-gridgetdataInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the shipment-tracker-gridgetdata tool on demos.telerik.com. Return the structured result and cite the source page.