Start a Perssua session
start_sessionLaunch the Perssua desktop app to begin a session with a chosen assistant, initial prompt, context, and local text files. Use it to start a working session on the same machine.
Instructions
Launch the Perssua desktop app and start a session with an optional assistant, an initial prompt, free-text context, and text files attached as context. Runs on the same machine as the Perssua app; for remote/hosted setups use create_session_link instead. Files must be paths to local text files (binary files are skipped). To start with a NEW assistant that does not exist yet, use create_assistant instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Local text-file paths whose contents are attached as session context. | |
| prompt | No | Initial user message for the session. | |
| source | No | Calling product, e.g. "claude", "chatgpt", "grok". Defaults to the PERSSUA_MCP_SOURCE env var or "mcp". | |
| context | No | Background context injected into the session (project notes, task description, decisions so far). | |
| assistant | No | Assistant to activate, by name or id (see list_assistants). Omit to keep the current one. | |
| autoSubmit | No | Submit the prompt immediately (default true). When false, the prompt is prefilled for the user to review. |