Skip to main content
Glama

YepCode MCP Server

Official
by yepcode
get-execution-tool-definition.ts520 B
import { z } from "zod"; import { zodToJsonSchema } from "zod-to-json-schema"; export const getExecutionToolNames = { getExecution: "get_execution", }; export const GetExecutionSchema = z.object({ executionId: z.string(), }); export const getExecutionToolDefinitions = [ { name: getExecutionToolNames.getExecution, title: "Get process execution", description: "Get the status, result, logs, timeline, etc. of a YepCode execution", inputSchema: zodToJsonSchema(GetExecutionSchema), }, ];

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/yepcode/mcp-server-js'

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