You're viewing a demo portfolio

Join the waitlist
PRSM

get_timeline

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ai Briefing

https://github.com/pipeworx-io/mcp-ai-briefing

1/7 registries
View full server →
get_timeline — Ai Briefing — PRSM MCP