get_timeline
ActiveTool of Ai Briefing
declared in 0.1.0
Get a chronological timeline of AI developments between two dates. Returns events ordered by date with descriptions for understanding a specific period.
Parameters schema
{
"type": "object",
"examples": [
{
"end_date": "2025-01-15",
"start_date": "2025-01-01"
},
{
"category": "model_release",
"start_date": "2024-12-01"
}
],
"required": [
"start_date"
],
"properties": {
"limit": {
"type": "number",
"description": "Max results (default 50)"
},
"category": {
"type": "string",
"description": "Optional category filter"
},
"end_date": {
"type": "string",
"description": "End date YYYY-MM-DD (default: today)"
},
"start_date": {
"type": "string",
"description": "Start date YYYY-MM-DD"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ai Briefing
https://github.com/pipeworx-io/mcp-ai-briefing
1/7 registries