Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Submitted
Workspace IBM i
Categories AI with IBM i
Created by Guest
Created on Aug 5, 2026

Create a tool in IBM MCP Server that extracts the definition of a query and exposes it to AI

Add a read-only tool to the IBM i MCP Server that retrieves the definition of an IBM Query for i *QRYDFN object and returns it as structured JSON. The response should include referenced files, joins, selected fields, result fields, selection criteria, sorting, grouping, output options, and optionally an equivalent SQL statement.This would allow AI assistants to explain existing queries, document legacy business rules, convert Query/400 definitions to SQL, compare queries, perform dependency analysis, and support IBM i modernization. The tool must use the authority of the connected IBM i user and must not execute the query as part of retrieving its definition.

Idea priority High
  • Guest
    Aug 19, 2026

    The CAAC has reviewed this IBM Idea and recommends that IBM view this as a medium priority Idea that should be addressed.

    Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers.  CAAC has a key role in working with IBM i development to help assess the value and impact of individual IBM Ideas on the broader IBM i community and has therefore reviewed your Idea.

    For more information about CAAC, see www.common.org/caac

    Brandon Pederson - CAAC Program Manager

  • Guest
    Aug 14, 2026

    This is a good idea. In the meantime, anything you can do in a reasonable amount of SQL you can add to the ibmi-mcp-server yourself in a .yaml file

    See the DDL for QSYS2.PRINT_QUERY_DEFINITION and Extract Information from QRYDFN Object Types and jsranko/GetQueryDefinition.sql

    Frankly, I would be surprised if this does not appear in the ibmi-mcp-server in the near-to-medium future!