get_debugging_guide
Debug Base mini app development issues by providing comprehensive guides for discovery, embed rendering, wallet connection, manifest, and mobile testing problems.
Instructions
Get comprehensive debugging guide for Base mini app development issues.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_type | No | Type of issue to debug |
Input Schema (JSON Schema)
{
"properties": {
"issue_type": {
"description": "Type of issue to debug",
"enum": [
"discovery",
"embed_rendering",
"wallet_connection",
"manifest",
"mobile_testing",
"all"
],
"type": "string"
}
},
"required": [],
"type": "object"
}