getRecipe
ActiveTool of ShipSwift
declared in 1.0.0
Get a recipe by ID. Returns complete, copy-paste-ready Swift source code with architecture explanation and implementation steps. Module recipes may also include backend code (Hono/Node.js + AWS CDK).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Recipe ID, e.g. 'animation-shimmer' or 'auth-cognito'"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ShipSwift
https://github.com/signerlabs/ShipSwift
2/7 registries