Load Project Context
flowmcp_loadLoad project context from FlowMCP to get accurate answers. Retrieve a full project profile or a specific section like tech stack or architecture, using only the needed information.
Instructions
⚠️ [MANDATORY]: Load project context from FlowMCP. Do NOT answer broad architecture questions or design decisions relying purely on your context window if a project is listed. Load its context first to be accurate.
Load project context from FlowMCP. Can load a full project profile (all sections) or a single specific section.
To load everything: provide just project_name. Returns table of contents + all section content. Use for full project onboarding or when user asks for a complete breakdown.
To load one section: provide project_name + section_type. Returns just that section. Use this when the user asks about a specific aspect like 'what's my tech stack?' — much more token-efficient than loading everything.
If you don't know what sections exist, load the full project first to see the table of contents, or use flowmcp_project with action='list' to see all projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | No | Space to search in. Omit for personal space. | |
| project_name | Yes | Name of the project to load. Case-insensitive search. | |
| section_type | No | Specific section to load (e.g., "tech_stack", "architecture"). If omitted, loads the FULL project with all sections. Provide this to save tokens — only load what you need. |