Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_api_token | Set an API token for authentication (alternative to login) |
| login | Login to Folderr with email and password |
| list_assistants | List all available assistants |
| ask_assistant | Ask a question to a specific assistant |
| list_workflows | List all available workflows |
| get_workflow_inputs | Get the required inputs for a workflow |
| execute_workflow | Execute a workflow with the required inputs |