Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | The logging level | INFO |
| TRADEME_ENVIRONMENT | No | The Trade Me environment to use (sandbox or production) | sandbox |
| TRADEME_ACCESS_TOKEN | No | Your Trade Me API access token (optional, required for authenticated endpoints) | |
| TRADEME_CONSUMER_KEY | Yes | Your Trade Me API consumer key (required) | |
| TRADEME_CONSUMER_SECRET | Yes | Your Trade Me API consumer secret (required) | |
| TRADEME_ACCESS_TOKEN_SECRET | No | Your Trade Me API access token secret (optional, required for authenticated endpoints) |
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 |
|---|---|
No tools | |