Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-25747

Add a non-sql tool to the MCP Server

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Search
    • None
    • None

      Value Statement

      ACM Search server created in  ACM-23306 exposes tools which require SQL to be passed on arguments. Agents with help of LLM consume this MCP. It places lesser burden on these if they can query a tool by just passing simple parameters. Say we have a find-resource tool, and we use it to find pod count, in namespace foo, in cluster bar - find-resource(kind=pod, ns=foo, cluster=bar, data=count) etc. We need to add such kind of a tool as a starter.

       

      Background - 

      Writing SQL calls - or specially recovering from failed SQL calls requires the Agents to be of a certain level of sophistication to be able to handle this. We have seen this - claude code can use the Search MCP well, but OLS has struggled. With claude code - adding some prompts helps reduce token consumption, but it can work with very little prompts. 

      Definition of Done for Engineering Story Owner (Checklist)

      • The MCP Server can be deployed on a Hub cluster and queried from OLS as well as claude code
      • Code is checked into a repo
      • The minimal prompt required for OLS has been developed as well.

      Development Complete

      • The code is complete.
      • Functionality is working.
      • Any required downstream Docker file changes are made.

      Tests Automated

      • [ ] Unit/function tests have been automated and incorporated into the
        build.
      • [ ] 100% automated unit/function test coverage for new or changed APIs.

      Secure Design

      • [ ] Security has been assessed and incorporated into your threat model.

      Multidisciplinary Teams Readiness

      Support Readiness

      • [ ] The must-gather script has been updated.

              jbanerje@redhat.com Joydeep Banerjee
              jbanerje@redhat.com Joydeep Banerjee
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: