Tool-level search

WebMCP tools across the web

Search tool names, descriptions, and input properties — independent of host.

1,216 tools

toban.app

create_schedule

Create a new duty roster from a built-in template, identified by the template's name. The new roster becomes the active one.

act imperative requires template
toban.app

update_schedule

Update the active roster's settings: name, pinned state, and/or assignment mode (member = one person per group, task = one person per task).…

act imperative
toban.app

duplicate_schedule

Duplicate the active roster as a new copy (members, groups, and settings are copied; the copy becomes active).

act imperative
toban.app

add_member

Add a member (a person or team) to the active duty roster by name. A display color is assigned automatically.

act imperative requires name
toban.app

remove_member

Remove a member from the active duty roster by name.

act imperative requires name
toban.app

update_member

Update a member of the active roster by name: rename and/or mark them as resting (skip = excluded from rotation) or active. Provide name plu…

act imperative requires name
toban.app

set_rotation

Set the active roster's rotation to a specific turn number (0 = initial). Only for manually-rotated rosters; date-based rosters advance auto…

act imperative requires rotation
toban.app

configure_rotation

Configure how the active roster rotates. mode 'manual' = advance by hand; mode 'date' = auto-advance by date (requires start_date as YYYY-MM…

act imperative
toban.app

print_schedule

Open the browser print dialog for the active roster in its current view (cards / table / calendar).

act imperative
cesium-browser-agent.pages.dev

flyTo

Animate the camera to a geographic location. Use for visible navigation requested by the user. Returns { success: boolean, message?: string,…

act imperative requires longitude, latitude
cesium-browser-agent.pages.dev

setView

Set the camera position immediately without animation. Use for deterministic setup or instant view changes. Returns { success: boolean, mess…

act imperative requires longitude, latitude
cesium-browser-agent.pages.dev

getView

Get current camera position (longitude, latitude, height, angles) Returns { success, data: { longitude, latitude, height, heading, pitch, ro…

answer imperative
cesium-browser-agent.pages.dev

addMarker

Add a point marker at coordinates, returns entityId for later reference Returns { success, data: { entityId }, message? }; keep entityId for…

act imperative requires longitude, latitude
cesium-browser-agent.pages.dev

addPolyline

Draw a polyline (path/route) on the map, returns entityId Returns { success, data: { entityId }, message? }; keep entityId for removeEntity.

act imperative requires coordinates
cesium-browser-agent.pages.dev

addPolygon

Draw a polygon area on the map, returns entityId Returns { success, data: { entityId }, message? }; keep entityId for removeEntity.

act imperative requires coordinates
cesium-browser-agent.pages.dev

addLabel

Add text labels for GeoJSON features (display property values) Returns { success, data: { labelCount: integer }, message? }.

act imperative requires data, field
cesium-browser-agent.pages.dev

addGeoJsonLayer

Add a GeoJSON data layer to the map (Point/Line/Polygon with styling) Returns { success, data: { id, name, type, visible, color, dataRefId? …

act imperative requires data
cesium-browser-agent.pages.dev

setBasemap

Switch basemap style Returns { success, data: { basemap }, message? }.

act imperative requires basemap
cesium-browser-agent.pages.dev

removeEntity

Remove a single entity by its entityId Returns { success, message? } or { success: false, error } when entityId is not found.

act imperative requires entityId
cesium-browser-agent.pages.dev

clearAll

Clear all layers, entities, animations, and trajectories (reset scene) Returns { success, data: { removedLayers, removedEntities }, message?…

act imperative
cesium-browser-agent.pages.dev

geocode

Convert address/place name to geographic coordinates (uses OSM Nominatim, no API key needed) Returns { success, longitude?, latitude?, displ…

act imperative requires address
cesium-browser-agent.pages.dev

highlight

Highlight features of a layer Returns { success: boolean, message?: string, error?: string }.

act imperative requires layerId
cesium-browser-agent.pages.dev

measure

Measure distance or area between coordinates Returns { success, data: { mode, value, unit, segments?, id? }, message? }.

act imperative requires mode, positions
cesium-browser-agent.pages.dev

screenshot

Capture current map view (returns base64 PNG) Returns { success, data: { dataUrl, width, height }, message? }; dataUrl is a base64 PNG.

act imperative
store.nekuda.ai

open_home

Takes the user to the Dashboard section of the nekuda hat store, where they can view agent activity, configure the assistant, run tests, and…

act imperative
store.nekuda.ai

update_save_ai_agent_s_system

Allows the user to customize the store's AI assistant by setting a new system prompt and/or brand values, then saving the configuration. Use…

act imperative
store.nekuda.ai

authenticate

Initiate user authentication. Opens a sign-in modal. Use this when the user needs to log in before accessing other tools.

act imperative
store.nekuda.ai

search_products

Search and browse the nekuda hat catalog. Use for any product discovery: finding hats by style/theme, browsing the collection, or showing wh…

answer imperative requires query
store.nekuda.ai

get_product_details

Get full details for a specific hat by its product ID. Use when a customer asks about a particular product they've already seen.

answer imperative requires product_id
store.nekuda.ai

checkout

Start the checkout process. Use when the customer says they want to pay, checkout, complete their order, or proceed to payment.

transact imperative
store.nekuda.ai

add_to_cart

Add a product to the shopping cart. Use when the customer wants to buy a hat, add it to cart, or says "I'll take it".

act imperative requires product_id
store.nekuda.ai

get_deals

Get current deals, promotions, and discount codes. Use when the customer asks about sales, discounts, promo codes, or ways to save money.

answer imperative
store.nekuda.ai

price_history

Get historical price data for a specific product. Use when the customer asks about price trends, whether a product is on sale, or if the pri…

answer imperative requires product_id
store.nekuda.ai

check_availability

Check if a product is available for in-store pickup at nearby locations. Use when the customer asks about store stock, pickup options, or lo…

answer imperative requires product_id
store.nekuda.ai

get_best_sellers

Get the store's best-selling products. Use only when the customer specifically asks about best sellers, most popular hats, or top picks. For…

answer imperative
store.nekuda.ai

faq_support

Answer questions about store policies: shipping, returns, sizing, materials, gift wrapping, care instructions, etc. Use when the customer as…

answer imperative requires question
store.nekuda.ai

track_order

Track the shipping status of an order. Returns order status, carrier, tracking number, and estimated delivery.

answer imperative
store.nekuda.ai

request_return

Start a return for an order. Opens the return form for the customer to fill out.

act imperative
store.nekuda.ai

leave_review

Open a review form for a purchased product. Lets the customer rate and review a product.

act imperative
coinranking.com

coinranking_prochart_get_view

Read what the chart is currently showing: its kind and subject, every option's current value and default, which values can be selected right…

answer imperative