Skip to main content
Glama

3D-MCP

by team-plask
atomic.ts636 B
import { z } from "zod"; import { createExecutableTools } from "../core/request"; import { _OperationResponse } from "../core/entity"; import { createCrudOperations } from "../core/utils"; import { AnimationEntities } from "./entity"; const entityCruds = createCrudOperations(AnimationEntities); /** * Animation atomic tools organized by entity type with batch support */ const animationAtomicTools = { ...entityCruds, } as const; export type AnimationTool = keyof typeof animationAtomicTools; const animationAtomicToolsWithExecute = createExecutableTools(animationAtomicTools); export { animationAtomicToolsWithExecute };

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