Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

get_task_assignments

Retrieve all assigned details for a specific task by its ID. Input includes task ID, webhook slug, and authentication token to ensure secure access to task assignments.

Instructions

Get all assignments for a specific task by its ID

Input Schema

NameRequiredDescriptionDefault
slugYesThe webhook slug (e.g., "air-generic-url-webhook")
taskIdYesThe ID of the task to retrieve assignments for
tokenYesThe webhook token for authentication

Input Schema (JSON Schema)

{ "properties": { "slug": { "description": "The webhook slug (e.g., \"air-generic-url-webhook\")", "type": "string" }, "taskId": { "description": "The ID of the task to retrieve assignments for", "type": "string" }, "token": { "description": "The webhook token for authentication", "type": "string" } }, "required": [ "slug", "taskId", "token" ], "type": "object" }
Install Server

Other Tools from Binalyze AIR MCP Server

Related Tools

    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/binalyze/air-mcp'

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