Codefluss Logo

MISSING: publicResources.mcp.items.get-settings

Retrieves StoryBrand 7-part framework planning data for a project.

Tool Name

get_sb7_settings

Description

The get_sb7_settings tool retrieves all StoryBrand planning data for a specific project. The data includes all 7 elements of the StoryBrand framework: character, problem, guide, plan, call to action, success, failure, and transformation. Changes made via Zero Sync or the AI Assistant are instantly available.

Parameters

ParameterTypeRequiredDescription
projectIdstringYesProject UUID (valid UUID v4)

Example Request

{ "jsonrpc": "2.0", "method": "tools/call", "params": { "name": "get_sb7_settings", "arguments": { "projectId": "cdc9b373-0f96-4ed3-8d4e-50db6019d327" } }, "id": 1 }

Example Response

{ "jsonrpc": "2.0", "result": { "content": [ { "type": "text", "text": "{\"projectId\":\"cdc9b373-0f96-4ed3-8d4e-50db6019d327\",\"currentStep\":2,\"step1Completed\":true,\"step2Completed\":false,\"step3Completed\":false,\"character\":\"Small business owners\",\"problem\":\"No online presence\",\"guide\":\"CODEFLUSS Page Builder\",\"plan\":[\"Create website\",\"Customize design\",\"Publish\"],\"callToAction\":\"Get started now\",\"success\":\"More customers\",\"failure\":\"Stay invisible\",\"transformation\":\"From unknown to market leader\"}" } ] }, "id": 1 }

Response Fields

FieldTypeDescription
projectIdstringProject ID
currentStepnumberCurrent step (1-3)
step1CompletedbooleanStep 1 completed
step2CompletedbooleanStep 2 completed
step3CompletedbooleanStep 3 completed
characterstringTarget audience / Hero
characterNeedsstringCustomer needs
problemstringCharacter's problem
problemImpactstringProblem impact
guidestringGuide / Brand
guideCredibilitystringGuide credibility
planstring[]Plan steps (array)
callToActionstringCall to action
directCtastringDirect CTA
transitionalCtastringTransitional CTA
successstringSuccess scenario
failurestringFailure scenario
transformationstringTransformation

Errors

CodeMeaning
-32602Invalid parameters (UUID format)
-32000Project not found