{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "title": "GetGPTaskJobStatusToolInput",
    "type": "object",
    "properties": {
        "taskUrl": {
            "type": "string",
            "description": "Fully qualified GPServer task URL.",
            "examples": [
                "https://mcpstaging.webgistesting.net/server/rest/services/Query_Development_Project_Applications/GPServer/Query%20Development%20Project%20Applications"
            ]
        },
        "jobId": {
            "type": "string",
            "description": "Job identifier returned when submitting the job."
        }
    },
    "required": [
        "taskUrl",
        "jobId"
    ]
}
