Skip to main content
Glama

InputMCP

by swairshah

collect_input

Collect user input including text, images, or pixel art through an interactive interface for contextual data gathering and user submissions.

Instructions

get image, text, or pixel art input from user. This is used to get contextual input from the user of different kinds.

Input Schema

NameRequiredDescriptionDefault
gridHeightNoGrid height for pixel art (default: 16)
gridWidthNoGrid width for pixel art (default: 16)
heightNoCanvas height for image mode (default: 512)
initialImageNoInitial image to load for editing (file path)
kindNo
messageNoCustom message to show to the user
widthNoCanvas width for image mode (default: 512)

Input Schema (JSON Schema)

{ "properties": { "gridHeight": { "description": "Grid height for pixel art (default: 16)", "maximum": 128, "minimum": 4, "type": "integer" }, "gridWidth": { "description": "Grid width for pixel art (default: 16)", "maximum": 128, "minimum": 4, "type": "integer" }, "height": { "description": "Canvas height for image mode (default: 512)", "maximum": 4096, "minimum": 32, "type": "integer" }, "initialImage": { "description": "Initial image to load for editing (file path)", "type": "string" }, "kind": { "enum": [ "text", "image", "pixelart" ], "type": "string" }, "message": { "description": "Custom message to show to the user", "type": "string" }, "width": { "description": "Canvas width for image mode (default: 512)", "maximum": 4096, "minimum": 32, "type": "integer" } }, "type": "object" }

Other Tools from InputMCP

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/swairshah/InputMCP'

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