Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROCESIO_REALM | Yes | The Procesio realm (e.g., procesio01 or your specific realm if different). | procesio01 |
| PROCESIO_API_KEY | Yes | Your Procesio API Key | |
| PROCESIO_PASSWORD | Yes | Your Procesio password. Required for initial check, though not used for primary authentication. | |
| PROCESIO_USERNAME | Yes | Your Procesio username. Required for initial check, though not used for primary authentication. | |
| PROCESIO_API_VALUE | Yes | Your Procesio API Value | |
| PROCESIO_WEB_API_URL | Yes | The Procesio Web API URL (e.g., https://webapi.procesio.app/ or your specific instance URL). | https://webapi.procesio.app/ |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_note | Create a new note |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_notes | Summarize all notes |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| First Note | A text note: First Note |
| Second Note | A text note: Second Note |