Skip to main content
Glama

get_job_status

Check the status of a job using its ID to monitor progress and completion.

Instructions

Get the status of a job. Args: job_id: The ID of the job to check

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes

Implementation Reference

  • server.py:67-76 (handler)
    The handler function decorated with @mcp.tool(), implementing the get_job_status tool by querying the job status from the TryKitt API.
    @mcp.tool() async def get_job_status(job_id: str) -> Dict: """ Get the status of a job. Args: job_id: The ID of the job to check """ response = await http_client.get(f"/job?id={job_id}") return response.json()

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/avivshafir/trykittai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server