Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LYNXPROMPT_URL | Yes | LynxPrompt instance URL | |
| LYNXPROMPT_TOKEN | Yes | LynxPrompt API token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_blueprint | Create a new blueprint in LynxPrompt |
| create_hierarchy | Create a new hierarchy in LynxPrompt |
| delete_blueprint | Delete a blueprint from LynxPrompt |
| delete_hierarchy | Delete a hierarchy from LynxPrompt |
| search_blueprints | Search the public LynxPrompt blueprint marketplace |
| update_blueprint | Update an existing blueprint in LynxPrompt |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Authenticated user info | Profile of the currently authenticated LynxPrompt user |
| Blueprint list | All blueprints for the authenticated user |
| Hierarchy list | All hierarchies for the authenticated user |