StacksFinder

list_blueprints

List your saved blueprints. Returns up to 50 most recent blueprints with their IDs, project names, and creation dates.

Remote hoklims/stacksfinder-mcp

Other tools also called list_blueprints? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of blueprints to return (default: 20, max: 50)"
    }
  }
}