ai-workflow-orchestrator
by jasonpwoods
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORCH_LIVE | No | Set to '1' to allow real side effects; anything else is a dry run. | |
| ORCH_MODEL | No | Chat model id, per provider. | |
| ORCH_OUTBOX | No | Where dry-run payloads are written for review. | .cache/outbox.jsonl |
| ORCH_PROVIDER | No | Provider to use: offline, openai, anthropic. Inferred from the key if not set. | inferred |
| OPENAI_API_KEY | No | API key for OpenAI. If set, the pipeline uses a hosted model. | |
| ANTHROPIC_API_KEY | No | API key for Anthropic. If set, the pipeline uses a hosted model. | |
| ORCH_PAGER_WEBHOOK | No | Paging endpoint used in live mode. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues