uchenily commented on PR #36: URL: https://github.com/apache/doris-mcp-server/pull/36#issuecomment-3157217862
While making modifications according to this plan, I encountered some issues and noticed that there are already many tools available for retrieving table-related information, such as: - get_table_schema - get_table_comment - get_table_column_comments - get_table_indexes - get_table_data_size - get_table_basic_info If we were to create a `get_table_information` tool now, it would inevitably overlap in functionality with these existing tools to some extent. Currently, I lean toward keeping these tools separate, with each performing a single, specific function. For example, we could add a `get_table_sample` tool. Perhaps in the future, a unified tool could be introduced to manage all these table-related tools. @FreeOnePlus Do you have any ideas? Welcome to give me feedback :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
