Add missing privateKey parameters to Greenfield tool documentation#33
Add missing privateKey parameters to Greenfield tool documentation#33mefai-dev wants to merge 1 commit intobnb-chain:mainfrom
Conversation
Pull Request ReviewThis PR updates a Greenfield tools reference document in an MCP skill to clarify that Sensitive ContentNo sensitive content detected. Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
## Summary - Several Greenfield tools require privateKey but it was not documented - Without this parameter, tool calls will fail or use unexpected defaults ## Type of Change - [x] Documentation fix ## Changes Made - Added `privateKey (required, defaults to env PRIVATE_KEY)` to gnfd_list_buckets, gnfd_get_bucket_full_info, gnfd_download_object - Consistent annotation across all Greenfield write and read tools ## Testing - [x] Verified against MCP source privateKeyParam definitions
5b5f2ec to
056d2c0
Compare
Pull Request ReviewThis PR updates the Greenfield tools reference documentation to explicitly mark Sensitive ContentNo sensitive content detected. Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
Several Greenfield tools were missing the required privateKey parameter. In the MCP source, privateKey is a required parameter that defaults to env PRIVATE_KEY. Without documenting it, agents won't include it in tool calls.