-
Notifications
You must be signed in to change notification settings - Fork 4
Box.com starter toolkit docs #453
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
auth_response = client.tools.authorize( | ||
tool_name=TOOL_NAME, | ||
user_id=TOOL_NAME | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Incorrect User ID Parameter in Authorization
The user_id
parameter in client.tools.authorize()
is incorrectly set to TOOL_NAME
instead of USER_ID
. This passes a tool identifier where a user identifier is expected, causing authorization to fail. This pattern is consistent across the Box API Python example files.
Additional Locations (12)
public/examples/integrations/toolkits/box_api/get_teams_integration_mappings_example_call_tool.py#L10-L11
public/examples/integrations/toolkits/box_api/get_shield_info_barrier_segment_example_call_tool.py#L10-L11
public/examples/integrations/toolkits/box_api/delete_comment_example_call_tool.py#L10-L11
public/examples/integrations/toolkits/box_api/retrieve_task_assignment_info_example_call_tool.py#L10-L11
public/examples/integrations/toolkits/box_api/retrieve_group_info_example_call_tool.py#L10-L11
public/examples/integrations/toolkits/box_api/check_user_invite_status_example_call_tool.py#L10-L11
public/examples/integrations/toolkits/box_api/fetch_storage_policy_assignment_example_call_tool.py#L10-L11
public/examples/integrations/toolkits/box_api/delete_collaboration_example_call_tool.py#L10-L11
public/examples/integrations/toolkits/box_api/get_file_watermark_example_call_tool.py#L9-L12
public/examples/integrations/toolkits/box_api/delete_task_assignment_example_call_tool.py#L10-L11
public/examples/integrations/toolkits/box_api/list_task_assignments_example_call_tool.py#L10-L11
public/examples/integrations/toolkits/box_api/remove_watermark_from_folder_example_call_tool.py#L10-L11
- Custom behavior: provide custom unfurling for URLs. | ||
|
||
This toolkit is designed for admins and apps requiring broad Slack API access (admin, invites, calls, chat, files, usergroups, reactions, users scopes). | ||
This MCP Sever is designed for admins and apps requiring broad Slack API access (admin, invites, calls, chat, files, usergroups, reactions, users scopes). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closing this in favor of PR #465, which uses the new |
Note
Replaces the old i18n translation script with a modular, concurrent CLI and updates llms.txt links from toolkits to mcp-servers.
scripts/i18n-sync.ts
with a new CLI underscripts/i18n-sync/
(index.ts
,translate.ts
,prompts.ts
,types.ts
,utils.ts
).--locale
,--file
,--force
,--dry-run
,--cleanup
,--concurrency
), parallel translation, cache with metadata, cleanup of orphaned translations, improved prompts and progress reporting.public/llms.txt
, migrate numeroustoolkits/...
links tomcp-servers/...
and update “Create Arcade Toolkit” tohome/build-tools/create-a-mcp-server
.Written by Cursor Bugbot for commit a92674e. This will update automatically on new commits. Configure here.