Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AGENTOPS_API_KEY | Yes | Your AgentOps project API key |
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 |
---|---|
auth | Authorize using the AGENTOPS_API_KEY. If the API key is not provided and cannot be found in the directory, ask the user for the API key. |
get_trace | Get trace information and metrics by trace_id. |
get_span | Get span information and metrics by span_id. |
get_complete_trace | Reserved for explicit requests for COMPLETE or ALL data. Get complete trace information and metrics by trace_id. |