get_task
Retrieve detailed information for a specific task by its unique ID using the JSON-RPC interface on the MCP Test Server.
Instructions
Get a specific task by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Task ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Task ID",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}