food.copo.st
Copo.st
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 5 · Transact 1 · Score: Not yet scored
Tool inspector
show_nearby_on_map
Opens the app map and searches a rectangular geographic area for either posts or users, one type at a time. Provide west/south/east/north bounds so the map fits to that area and renders matching nearby items.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
itemType |
string | yes | Object type to show on the map. Use one type at a time: post or user. |
bounds |
object | yes | Rectangular search area in geographic coordinates using west,south,east,north bounds. |
label |
string | no | Optional human-readable place label, for example Central Park, New York. |
Raw JSON schema
{
"type": "object",
"required": [
"itemType",
"bounds"
],
"additionalProperties": false,
"properties": {
"itemType": {
"type": "string",
"enum": [
"post",
"user"
],
"description": "Object type to show on the map. Use one type at a time: post or user."
},
"bounds": {
"type": "object",
"required": [
"west",
"south",
"east",
"north"
],
"additionalProperties": false,
"description": "Rectangular search area in geographic coordinates using west,south,east,north bounds.",
"properties": {
"west": {
"type": "number",
"minimum": -180,
"maximum": 180,
"description": "Western longitude of the search rectangle."
},
"south": {
"type": "number",
"minimum": -90,
"maximum": 90,
"description": "Southern latitude of the search rectangle."
},
"east": {
"type": "number",
"minimum": -180,
"maximum": 180,
"description": "Eastern longitude of the search rectangle."
},
"north": {
"type": "number",
"minimum": -90,
"maximum": 90,
"description": "Northern latitude of the search rectangle."
}
}
},
"label": {
"type": "string",
"description": "Optional human-readable place label, for example Central Park, New York."
}
}
}
Similar websites
tracinginsights.com
Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…
fiveminutebrief.ai
panoptik-studio.vercel.app
Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.