explain_fluent_api
Look up Fluent SDK documentation for any API or guide by topic or keyword. Optionally list available topics or get a brief summary.
Instructions
Look up Fluent SDK documentation for any API or guide. Accepts a topic name (e.g., "BusinessRule", "Acl") or a keyword/tag (e.g., "flow", "atf"). Set list=true to enumerate available topics (optionally combined with topic to filter). Set peek=true for a brief summary. Set format="raw" for plain markdown. Read-only; no authentication or active Fluent project required. Use get-api-spec for metadata-type specifications and get-snippet for code examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | List available topics. Combine with topic to filter the index (e.g., list=true, topic="flow"). | |
| peek | No | Show a brief summary of the topic instead of the full document. | |
| debug | No | Print debug output | |
| topic | No | Topic name or keyword to look up (e.g., "BusinessRule", "Acl", "flow", "atf"). Required unless list=true. | |
| format | No | Output format: "pretty" (terminal, default) or "raw" (plain markdown). | |
| source | No | Optional path to a Fluent project directory. Not required in SDK v4.6.0+ — explain self-resolves from its own bundle. |