list_recent
Retrieve recent episodes from the MCP Standards server to access current content and updates.
Instructions
List recent episodes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Max results |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"description": "Max results",
"type": "integer"
}
},
"type": "object"
}