Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
add | Add two numbers a + b |
sqrt | Calculate the square root of a number (rounded to two decimals) |
subtract | Subtract b from a (a - b) |
square | Calculate the square of a number |
multiply | Multiply two numbers a * b |
gcm | Calculate the greatest common measure (GCD) of two numbers |
lcm | Calculate the least common multiple of two numbers |
divide | Divide a by b (a / b) |