Skip to main content
Glama

Goose App Maker MCP

by michaelneale

app_error

Report app errors or retrieve error lists for debugging. Clear error logs or log new messages to monitor app issues during development on Goose App Maker MCP.

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" }

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