Swarm
t54_research_brief
Multi-section research brief HTTP GET `/x402/v1/research-brief` (`operationId` `researchBrief`). Paid routes may return HTTP 402 until the x402 broker settles on the configured rail.
Remote hobiecunningham/agentic-swarm-marketplace
Other tools also called t54_research_brief?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"topic": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Topic",
"default": null,
"description": "Subject line for the multi-section research brief (max 256 chars)."
},
"context_note": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Context Note",
"default": null,
"description": "Optional extra context, URLs, or constraints for the brief (max 2000 chars)."
}
}
}