-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Is your feature request related to a problem? Please describe.
Configuring QueryGrid requires the management of numerous types of configuration objects. Assistance from an agent in creating and maintaining these objects would be beneficial.
The current feature request pertains to the addition of tools to the Teradata CE MCP server capable of executing GET API calls to retrieve information about configuration objects from QueryGrid Manager.
In the future, support for PUT, POST, and DELETE API calls will also be necessary.
Describe the solution you'd like
An agent utilizing the Teradata CE MCP server should be able to employ QueryGrid tools to obtain information regarding configurations from QueryGrid Manager.
Describe alternatives you've considered
To enable agent interaction with QueryGrid Manager, new tools must be implemented within the MCP server.
Additional context
- The tools will be developed based on the GET APIs provided by QueryGrid Manager (https://github.com/Teradata/querygrid-apidocs, https://teradata.github.io/querygrid-apidocs/).
- The initial implementation must support basic authentication at a minimum.