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
assertTrue.yaml•237 B
appId: com.example.example
---
- launchApp # For idempotence of sections
- assertTrue: ${"test" == "test"}
- assertTrue:
condition: ${12 < 20}
- assertTrue:
condition: ${THING == "five"} # Using the env at the top of the file