get_recent
ActiveTool of Ai Briefing
declared in 0.1.0
Retrieve AI developments from the last N days (default 7), filterable by category (e.g., model_release, paper, mcp), source (e.g., arxiv, github), and importance (low/normal/high/breaking).
Parameters schema
{
"type": "object",
"examples": [
{
"days": 7,
"category": "mcp"
},
{
"limit": 10,
"source": "github",
"importance": "high"
}
],
"required": [],
"properties": {
"days": {
"type": "number",
"description": "Look back N days (default 7)"
},
"limit": {
"type": "number",
"description": "Max results (default 20)"
},
"source": {
"type": "string",
"description": "Filter by source (e.g., arxiv, hackernews, github)"
},
"category": {
"type": "string",
"description": "Filter by category (e.g., model_release, paper, funding)"
},
"importance": {
"type": "string",
"description": "Filter by importance: low, normal, high, breaking"
}
}
}Parent server
Ai Briefing
https://github.com/pipeworx-io/mcp-ai-briefing
1/7 registries