Tool tree
ClearList is an AI resale manager. Drop your photos and ClearList writes every listing, prices it, and manages your buyers. Share one link. No more "is this still available?"
page: /
get_clearlist_infoanswer
Return high-level information about the ClearList platform: what it does, who uses it, and how to authenticate as an agent.
View tool JSON
{
"name": "get_clearlist_info",
"kind": "answer",
"impl": "imperative",
"description": "Return high-level information about the ClearList platform: what it does, who uses it, and how to authenticate as an agent.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}find_sale_page_urlanswer
Construct the URL for a ClearList sale page given its slug. Slugs are lowercase letters, numbers, and hyphens only.
View tool JSON
{
"name": "find_sale_page_url",
"kind": "answer",
"impl": "imperative",
"description": "Construct the URL for a ClearList sale page given its slug. Slugs are lowercase letters, numbers, and hyphens only.",
"inputSchema": {
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The seller's sale-page slug, e.g. 'sarahs-moving-sale'."
}
},
"required": [
"slug"
]
},
"page": "/"
}list_well_known_endpointsanswer
Return the agent-discovery endpoints ClearList publishes (.well-known/* paths and OAuth metadata).
View tool JSON
{
"name": "list_well_known_endpoints",
"kind": "answer",
"impl": "imperative",
"description": "Return the agent-discovery endpoints ClearList publishes (.well-known/* paths and OAuth metadata).",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}page: /napa-jwra24
get_current_saleanswer
Return metadata for the ClearList sale currently displayed on this page.
View tool JSON
{
"name": "get_current_sale",
"kind": "answer",
"impl": "imperative",
"description": "Return metadata for the ClearList sale currently displayed on this page.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/napa-jwra24"
}