Skip to main content
Glama

Ableton Copilot MCP

by xiaolaa2
application-tools.ts889 B
import { z } from 'zod' import { tool } from '../mcp/decorators/tool.js' import { Result } from '../utils/common.js' import { ableton } from '../ableton.js' import { getAppProperties } from '../utils/obj-utils.js' import { ApplicationGettableProps } from '../types/zod-types.js' class ApplicationTools { @tool({ name: 'get_application_info', description: 'Get Ableton Live application information. To get specific properties, set the corresponding property name to true in the properties parameter. If no properties are specified, returns all available information.', paramsSchema: ApplicationGettableProps.shape }) async getApplicationInfo(properties: z.infer<typeof ApplicationGettableProps>) { const result = await getAppProperties(ableton.application, properties) return Result.data(result) } } export default ApplicationTools

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/xiaolaa2/ableton-copilot-mcp'

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