Skip to main content
Glama

3D-MCP

by team-plask
compounded.ts508 B
import { z } from "zod"; import {} from "../core/entity"; import { defineCompoundTool } from "../core/request"; import { coreAtomicToolsWithExecute } from "../core/atomic"; import { rigAtomicToolsWithExecute } from "./atomic"; /** * Compound tools for rigging that build on atomic operations */ const rigCompoundedTools = {}; /** * Combined tools for execution in compound operations */ const tool = { ...coreAtomicToolsWithExecute, ...rigAtomicToolsWithExecute, }; export { rigCompoundedTools };

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