Skip to main content
Glama

3D-MCP

by team-plask
atomic.ts550 B
import { z } from "zod"; import { createExecutableTools } from "../core/request"; import { createCrudOperations } from "../core/utils"; import { RigEntities } from "./entity"; const entityCruds = createCrudOperations(RigEntities); const rigAtomicTools = { ...entityCruds, } as const; // Strong typing for each tool export type RigAtomicTool = keyof typeof rigAtomicTools; // This preserves the specific parameter and return types const rigAtomicToolsWithExecute = createExecutableTools(rigAtomicTools); export { rigAtomicToolsWithExecute };

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/team-plask/3d-mcp'

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