Communication26 toolsBrowser login (OAuth), no API keys
Webex integration for AI agents
Schedule and manage meetings, calls, and team messaging
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Webex once and call the same tools from all of them.
Setup
Connect Webex through ClawLink's hosted setup to schedule and manage meetings, calls, and team messaging.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Webex exposes 26 tools through ClawLink. The 22 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
webex_get_team_details | Retrieve details for a specific team by teamId | Read |
webex_list_teams | Lists all teams the authenticated user belongs to | Read |
webex_list_webhooks | Lists all webhooks registered for the authenticated user or organization | Read |
webex_messaging_get_membership_details | Retrieve details for a specific membership | Read |
webex_messaging_get_message_details | Retrieve details for a specific message | Read |
webex_messaging_get_team_membership_details | Retrieve details for a specific team membership | Read |
webex_messaging_list_memberships | List memberships in Webex rooms | Read |
webex_messaging_list_messages | List messages in a room | Read |
webex_messaging_list_rooms | List rooms the authenticated user belongs to | Read |
webex_messaging_list_team_memberships | List all memberships for a specific team | Read |
webex_people_get_person | Retrieves detailed profile information for a specific person by their ID | Read |
webex_people_list_people | List people in your organization | Read |
webex_rooms_get_room_details | Retrieve details for a specific room | Read |
webex_webhooks_get_webhook | Retrieves detailed information about a specific Webex webhook by its ID | Read |
webex_create_team | Creates a new Webex team and automatically adds the authenticated user as a member | Write |
webex_messaging_create_message | Post a message to a Webex room or person | Read |
webex_messaging_create_room | Creates a new Webex room for team collaboration | Read |
webex_messaging_create_team_membership | Add a person to a Webex team by personId or personEmail | Read |
webex_update_membership | Updates a Webex room membership by ID to change moderator or monitor status | Write |
webex_update_room | Update a room's title, lock status, or team association | Write |
webex_update_team | Update a team's name by teamId | Write |
webex_webhooks_create_webhook | Creates a Webex webhook to receive real-time event notifications via HTTP POST requests to your | Read |