Skip to main content
Glama
runRequestOptions.ts•741 B
/** * Generated by orval v7.17.0 🍺 * Do not edit manually. * superglue AI API * API for running superglue AI tools * OpenAPI spec version: 1.0.0 */ export type RunRequestOptions = { /** If true, return immediately (202) and execute asynchronously. If false, wait for completion (200). */ async?: boolean; /** Request timeout in seconds (only for synchronous execution) */ timeout?: number; /** URL to receive completion webhook when run finishes (for both sync and async executions). Webhook receives POST request with Run object (same schema as getRun response) in body. Alternatively, a tool to run after - run via tool:toolId */ webhookUrl?: string; /** Custom trace ID for log tracking */ traceId?: string; };

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/superglue-ai/superglue'

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