Skip to main content
Glama

Goose App Maker MCP

by michaelneale

app_error

Report and monitor errors in apps developed with Goose App Maker MCP. Retrieve error lists, clear logs, and debug efficiently during app development and testing.

Instructions

Report an error from the app or retrieve the list of errors. This is useful while developing or debugging the app as it allows errors (or any messages) to be reported and monitored Args: error_message: Optional error message to report. If None, returns the list of errors. clear: Optional, If True, clears the list of errors Returns: A string containing the list of errors if error_message is None, otherwise a confirmation message.

Input Schema

NameRequiredDescriptionDefault
clearNo
error_messageNo

Input Schema (JSON Schema)

{ "properties": { "clear": { "default": false, "title": "clear", "type": "string" }, "error_message": { "default": null, "title": "Error Message", "type": "string" } }, "title": "app_errorArguments", "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