Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASQAV_API_KEY | Yes | Your Asqav API key used for authentication. | |
| ASQAV_API_URL | No | The Asqav API URL (optional, defaults to https://api.asqav.com). | https://api.asqav.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_policy | Check if an action is allowed by the organization's policies. |
| sign_action | Create a signed audit record for an AI agent action. |
| list_agents | List all registered AI agents in the organization. |
| get_agent | Get details for a specific AI agent. |
| verify_signature | Verify a previously created signature. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |