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 |
---|---|
get_postal_code_v1 | Get a location data given a CEP (postal code). |
get_postal_code_v2 | Version 2 of get a location data given a CEP (postal code). |
get_isbn | Get information about a book given an ISBN. |
get_cnpj | Get information about a company given a CNPJ. |
get_all_banks | Get information of all banks from Brazil. |
get_bank_by_code | Get information from a specific bank given its code. The code from each bank is returned by get_all_banks tool. |