Skip to main content
Glama
askForDefects_schema.json742 B
{ "name": "askForDefects", "description": "Returns a list of possible defects found in the mobile app's UI", "strict": true, "schema": { "type": "object", "required": ["defects"], "additionalProperties": false, "properties": { "defects": { "type": "array", "items": { "type": "object", "required": ["category", "reasoning"], "additionalProperties": false, "properties": { "category": { "type": "string", "enum": [ "layout", "localization" ] }, "reasoning": { "type": "string" } } } } } } }

Latest Blog Posts

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/mobile-dev-inc/Maestro'

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