Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| initialize_array | Initialize the array and task to be processed |
| get_next_item | Get the next item to process along with the task |
| get_next_batch | Get the next batch of items to process based on the configured batch size |
| store_result | Store the result of processing the current item or batch of items |
| get_all_results | Get all results after all items have been processed. This tool will return an error if processing is not complete. |
| reset | Reset the processing state |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |