Skip to main content
Glama

MCP Maker

create_resource_template

Generate template code for new MCP resources by specifying resource name, URI pattern, description, and output directory. Simplifies resource creation within the MCP Maker server framework.

Instructions

Generates template code for a new MCP resource

Input Schema

NameRequiredDescriptionDefault
descriptionYes
output_dirYes
resource_nameYes
resource_uri_patternYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "minLength": 1, "type": "string" }, "output_dir": { "type": "string" }, "resource_name": { "minLength": 1, "type": "string" }, "resource_uri_pattern": { "minLength": 1, "type": "string" } }, "required": [ "resource_name", "resource_uri_pattern", "description", "output_dir" ], "type": "object" }

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/CaptainCrouton89/mcp-maker'

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