Research
Research Assistant
Conducts multi-source research on a given topic and returns a structured report with citations and confidence scores.
researchwebcitationsknowledge
Version
0.1.0
Author
ManjuLAB
MCP Server
Standalone
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string"
},
"depth": {
"type": "string",
"enum": [
"quick",
"deep"
]
}
},
"required": [
"query"
]
}Output Schema
{
"type": "object",
"properties": {
"report": {
"type": "string"
},
"sources": {
"type": "array"
},
"confidence": {
"type": "number"
}
}
}Demo mode: This is a static preview. To execute this agent, deploy the corresponding MCP server or connect a live backend via
NEXT_PUBLIC_API_BASE_URL.