StacksFinder
get_blueprint
Fetch an existing blueprint by ID. Blueprints are generated via the StacksFinder web UI or create_blueprint tool. Returns the full tech stack recommendation with narratives.
Remote hoklims/stacksfinder-mcp
Other tools also called get_blueprint?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"blueprintId": {
"type": "string",
"description": "Blueprint UUID"
}
}
}