Skip to main content
Glama

Metal MCP Server

by aldrin-labs

generate_metal_code

Generate Metal Framework code for common tasks by specifying the programming language (Swift, Objective-C, or Metal) and describing the task. Streamlines development within the Metal MCP Server environment.

Instructions

Generate Metal Framework code for common tasks

Input Schema

NameRequiredDescriptionDefault
languageNoProgramming language (objective-c, swift, or metal)swift
taskYesDescription of the Metal task to generate code for

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "swift", "description": "Programming language (objective-c, swift, or metal)", "type": "string" }, "task": { "description": "Description of the Metal task to generate code for", "type": "string" } }, "required": [ "task" ], "type": "object" }

You must be authenticated.

Other Tools from Metal MCP Server

Related Tools

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/aldrin-labs/metal-mcp-server'

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