Give Claude Code your BigQuery and Discord at once and it can change the warehouse and tell your team about it in a single move. On the BigQuery side it creates and drops datasets, tables, routines, and models and cancels stuck jobs, and on the Discord side it opens channels, sets roles, adds people to threads, and prunes inactive members. BigQuery is the system of record for your data resources, and Discord is where your data team actually coordinates. So instead of making the schema change and then chasing people in chat, the agent handles both ends.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
Run a SQL query and return results inline (synchronous, bounded by timeout).
Page through the results of a (possibly async) query job.
Start a query / load / extract / copy job (async).
Fetch a job's status and statistics (poll until DONE).
List jobs in a project (filter by state, time range).
Request cancellation of a running job.
Delete a job's metadata.
List datasets in the project.
Fetch dataset metadata.
Create a new dataset.
Full replace of dataset metadata (PUT).
Partial update of dataset metadata (PATCH).
Delete a dataset.
List tables/views in a dataset.
Fetch table metadata/schema.
Create a table or view with a schema.
Partial update of a table (add columns, set expiration, etc.).
Full replace of table metadata (PUT).
Delete a table or view.
Streaming insert of JSON rows into a table (real-time append).
Read rows from a table directly (paginated, no SQL).
List stored procedures / UDFs / TVFs in a dataset.
Fetch a routine definition.
Create a stored procedure / UDF / TVF.
List BigQuery ML models in a dataset.
Fetch BQML model metadata.
Delete a BQML model.
Return the BigQuery service account for the project (KMS/transfer grants).
List projects the caller can access (for project picker UIs).
Restore a dataset within its time-travel window (datasets.undelete).
Replace a routine's full definition (routines.update, PUT).
Delete a routine (routines.delete).
Update mutable BQML model metadata (models.patch).
Get the IAM policy for a table (tables.getIamPolicy).
Set the IAM policy for a table (tables.setIamPolicy).
Test the caller's permissions on a table (tables.testIamPermissions).
List row access policies on a table (rowAccessPolicies.list).
Get a single row access policy (rowAccessPolicies.get).
Send a message to a Discord channel
Send an embed message to a Discord channel
Get a single message by ID
Get messages from a channel
Edit an existing message
Delete a message from a channel
Crosspost a message in an announcement channel
Pin a message in a channel
Unpin a message in a channel
Get pinned messages in a channel
Bulk delete messages (2-100 messages, less than 14 days old)
Add a reaction to a message
Remove a reaction from a message
Get users who reacted with a specific emoji
Delete all reactions from a message
Delete all reactions for a specific emoji
Get information about a Discord channel
Create a new channel in a guild
Modify an existing channel
Delete a channel
Trigger typing indicator in a channel
Edit channel permission overwrites
List all channels in a guild
Start a thread from an existing message
Start a thread without a message (forum/media channels)
Join a thread
Leave a thread
Add a member to a thread
Remove a member from a thread
List members in a thread
List all active threads in a guild
List guilds (servers) the user/bot is a member of
Get information about a Discord guild (server)
Modify guild settings
Get guild preview (public guilds)
Get guild vanity URL
Get guild prune count (inactive members)
Begin guild prune (remove inactive members)
Get information about the authenticated user
Get members of a guild (server)
Get a specific guild member
Modify a guild member (nickname, roles)
Kick a member from a guild
Ban a member from a guild
Unban a member from a guild
Get all bans for a guild
Get a specific ban
Get all roles in a guild
Create a new role in a guild
Modify an existing role
Delete a role from a guild
Add a role to a guild member
Remove a role from a guild member
Get information about an invite
Delete an invite
Get all invites for a channel
Create a new invite for a channel
Get all invites for a guild
Execute a Discord webhook to send a message
Get all webhooks for a channel
Get all webhooks for a guild
Get a webhook by ID
Create a new webhook
Modify an existing webhook
Delete a webhook
List all emojis in a guild
Get a specific emoji from a guild
Create a new emoji in a guild
Modify an existing emoji
Delete an emoji from a guild
List all stickers in a guild
Get a specific sticker from a guild
Modify an existing sticker
Delete a sticker from a guild
List all scheduled events in a guild
Get a specific scheduled event
Create a new scheduled event
Modify an existing scheduled event
Delete a scheduled event
Get users interested in a scheduled event
List all auto moderation rules in a guild
Get a specific auto moderation rule
Create a new auto moderation rule
Modify an existing auto moderation rule
Delete an auto moderation rule
Get the audit log for a guild
Create a stage instance (go live)
Get the stage instance for a channel
Modify a stage instance
Delete a stage instance (end the stage)
List available voice regions
Get voters for a poll answer
Immediately end a poll
Play a soundboard sound in a voice channel
List default soundboard sounds available to all users
List guild's soundboard sounds
Get a specific guild soundboard sound
Create a new soundboard sound for a guild
Modify a guild soundboard sound
Delete a guild soundboard sound
Get a guild template by code
Create a new guild from a template
Get all templates for a guild
Create a guild template
Sync a guild template with current guild state
Modify a guild template
Delete a guild template
Get guild onboarding configuration
Modify guild onboarding configuration
Create a DM channel with a user
Create a group DM channel
Get all global application commands
Create a global application command
Get a specific global application command
Edit a global application command
Delete a global application command
Get all guild application commands
Create a guild application command
Get a specific guild application command
Edit a guild application command
Delete a guild application command
List all SKUs for an application
List entitlements for an application
Create a test entitlement
Delete a test entitlement
Consume a one-time purchase entitlement
Get guild widget settings
Modify guild widget settings
Get guild welcome screen
Modify guild welcome screen
Modify current user's voice state
Modify another user's voice state
Get current user's guilds
Leave a guild
Get user's connections
Get guild integrations
Delete a guild integration
Claude Code is Anthropic's command-line coding agent. In NoClick you run it as a hosted agent and connect your real apps to its tools handle, so it does far more than write code. Wire in an integration and Claude Code can read and act on Slack, Linear, your database, and more on its own, calling each one as a tool while it works. It is the same capable agent, pointed at your actual workflows instead of a sandbox.
NoClick runs Claude Code for you with Google BigQuery and Discord wired in as tools. Connect your account and run.