Skip to main content
Glama

Goose App Maker MCP

by michaelneale

app_response

Send structured responses to web applications using string, list, or table data formats. Store responses efficiently for seamless app interactions within Goose App Maker MCP.

Instructions

Use this to return a response to the app that has been requested. Provide only one of string_data, list_data, or table_data. Args: string_data: Optional string response list_data: Optional list of strings response table_data: Optional table response with columns and rows Format: {"columns": ["col1", "col2", ...], "rows": [["row1col1", "row1col2", ...], ...]} Returns: True if the response was stored successfully, False otherwise

Input Schema

NameRequiredDescriptionDefault
list_dataNo
string_dataNo
table_dataNo

Input Schema (JSON Schema)

{ "properties": { "list_data": { "default": null, "items": { "type": "string" }, "title": "List Data", "type": "array" }, "string_data": { "default": null, "title": "String Data", "type": "string" }, "table_data": { "additionalProperties": { "items": {}, "type": "array" }, "default": null, "title": "Table Data", "type": "object" } }, "title": "app_responseArguments", "type": "object" }
Install Server

Other Tools from Goose App Maker MCP

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/michaelneale/goose-app-maker-mcp'

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