-
Notifications
You must be signed in to change notification settings - Fork 63
AWS Bedrock agents don't work without tool description: add tool description #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
kapustor
added a commit
to kapustor/mcp-clickhouse
that referenced
this issue
Mar 21, 2025
iskakaushik
pushed a commit
that referenced
this issue
Mar 21, 2025
jovezhong
pushed a commit
to jovezhong/mcp-timeplus
that referenced
this issue
Apr 5, 2025
jovezhong
added a commit
to jovezhong/mcp-timeplus
that referenced
this issue
Apr 5, 2025
* feat: Add query timeout and thread pool for SELECT queries (ClickHouse#20) * add action to publish to pypi (ClickHouse#19) * add client_name with mcp_clickhouse (ClickHouse#21) * Add descriptions for tools required by Bedrock (ClickHouse#23) Addresses ClickHouse#22 * 0.1.5 * fix: prevent BrokenResourceError by returning structured responses for query errors (ClickHouse#26) fixes ClickHouse#25 * Update README.md - Added link to the Youtube overview (ClickHouse#27) * fix cherry pick issue and add desc * Update publish.yml * change mcp client name --------- Co-authored-by: Kaushik Iska <[email protected]> Co-authored-by: Philip Dubé <[email protected]> Co-authored-by: Mikhail Shustov <[email protected]> Co-authored-by: Dmitry Pavlov <[email protected]> Co-authored-by: Philip Dubé <[email protected]> Co-authored-by: Ryadh DAHIMENE <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If we take a look at the tools in any UI, other tools have descriptions. For example, Github MCP server or Filesystem server. However, our tools are lacking description:
As AWS bedrock agent requires description, currently we cannot use Bedrock with ClickHouse MCP:
We need to add at least some description.
cc @iskakaushik
The text was updated successfully, but these errors were encountered: