Parley
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRICE_UNIT | Yes | Price unit: 'major' if prices are in major units (e.g., 1499 for ₹1,499), 'minor' if in minor units (e.g., 149900). | |
| MERCHANT_NAME | Yes | The name of your store, e.g., 'Your Store'. | |
| PARLEY_DB_URL | Yes | Postgres connection string for Parley's database, e.g., postgresql://parley_app:pass@host:5432/db?sslmode=require | |
| RAZORPAY_KEY_ID | Yes | Your Razorpay API key ID. | |
| MERCHANT_ORDER_API | Yes | URL of the create order endpoint. | |
| MERCHANT_STOCK_API | Yes | URL of the get one product endpoint. | |
| MERCHANT_SEARCH_API | Yes | URL of the search products endpoint. | |
| RAZORPAY_KEY_SECRET | Yes | Your Razorpay API key secret. | |
| MERCHANT_ORDER_STATUS_API | No | Optional URL of the order status endpoint. |
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