OpenClaw
get_report_by_id
Get a specific AI market intelligence report by its ID. Pro API key required for full content.
Remote openclaw-ai/intel
Other tools also called get_report_by_id?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "number",
"description": "Report ID"
},
"api_key": {
"type": "string",
"description": "Pro API key (optional)"
}
}
}