Skip to main content
Glama

MCP Task

by just-every

run_task

Execute advanced AI tasks using state-of-the-art models for reasoning, analysis, and more. Start single or batch tasks with real-time progress monitoring and retrieve results using task IDs. Ideal for complex workflows requiring AI-driven insights.

Instructions

Start a complex AI task. Perform advanced reasoning and analysis with state of the art LLMs. Start multiple tasks at once by using an array for model. Returns a task ID immediately (or batch ID for multiple models) to check status and retrieve results.

Input Schema

NameRequiredDescriptionDefault
contextNoOptional: Background context for the task
filesNoOptional: Array of file paths to include in the task context
modelNoOptional: Single model OR array of models for batch execution. Defaults to 'standard' if not specified.
outputNoOptional: The desired output/success state
read_onlyNoOptional: When true, excludes tools that can modify files, execute commands, or make changes. Only allows read/search/analysis tools.
taskYesThe task prompt - what to perform (required)

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Optional: Background context for the task", "type": "string" }, "files": { "description": "Optional: Array of file paths to include in the task context", "items": { "type": "string" }, "type": "array" }, "model": { "description": "Optional: Single model OR array of models for batch execution. Defaults to 'standard' if not specified.", "oneOf": [ { "description": "Model class OR specific model name. Classes: reasoning, vision, standard, mini, reasoning_mini, code, writing, summary, vision_mini, long. Popular models: gpt-5, grok-4, gemini-2.5-pro, claude-opus-4-1.", "enum": [ "reasoning", "vision", "standard", "mini", "reasoning_mini", "code", "writing", "summary", "vision_mini", "long", "gpt-5", "grok-4", "gemini-2.5-pro", "claude-opus-4-1" ], "type": "string" }, { "description": "Array of model classes or specific model names for batch execution", "items": { "enum": [ "reasoning", "vision", "standard", "mini", "reasoning_mini", "code", "writing", "summary", "vision_mini", "long", "gpt-5", "grok-4", "gemini-2.5-pro", "claude-opus-4-1" ], "type": "string" }, "type": "array" } ] }, "output": { "description": "Optional: The desired output/success state", "type": "string" }, "read_only": { "default": false, "description": "Optional: When true, excludes tools that can modify files, execute commands, or make changes. Only allows read/search/analysis tools.", "type": "boolean" }, "task": { "description": "The task prompt - what to perform (required)", "type": "string" } }, "required": [ "task" ], "type": "object" }

Other Tools from MCP Task

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/just-every/mcp-task'

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