my_listings
ActiveTool of Tu Lugar
List the authenticated agent's own listings across all statuses (draft, pending review, active, closed), so they can see what is live and what is awaiting moderation. Includes SYNCED listings (auto-imported from the agent's portal and kept up to date automatically) — those carry synced:true plus a sync block with the source platform, source URL and last check time. Synced listings can be edited, promoted and closed like any other.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max 100 (default 50)"
},
"status": {
"enum": [
"draft",
"active",
"closed"
],
"type": "string",
"description": "Optional status filter"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Tu Lugar
https://github.com/JanKratochvil1/tulugar-mcp-server
1/7 registries