mcpserver.lol
registry/googleapis-googleapis-mcp
Connection check verified live · 20h ago

googleapis-googleapis-mcp

Interact with your Google Bigtable resources using natural language commands.

Tools 14
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

14 tools

Read from the running server on 20h ago.

create_instance clusters*projectId*instanceId*displayName*
Create a new instance in the specified project. The request requires project_id, instance_id, display_name, and at least one cluster. The instance_id must be RFC 1035 compliant. Ea…
create_logical_view projectId*instanceId*logicalView*logicalViewId*
Create a new Bigtable logical view within a specified instance. The request requires project_id, instance_id, logical_view_id, and logical_view. The logical_view_id can be any name…
create_table tableId*projectId*instanceId*columnFamilies
Create a new table in the specified instance.
delete_instance can modify data name*
Delete an instance from a project. The request requires the 'name' field to be set in the format 'projects/{project}/instances/{instance}'. Example: { "name": "projects/my-project/…
delete_logical_view can modify data etagname*
Deletes a Bigtable logical view within a specified instance. The request requires the `name` field to be set in the format 'projects/{project}/instances/{instance}/logicalViews/{lo…
delete_table can modify data name*
Delete a table. The request requires the 'name' field to be set in the format 'projects/{project}/instances/{instance}/tables/{table}'. Example: { "name": "projects/my-project/inst…
get_instance read-only name*
Get information about an instance. The request requires the 'name' field to be set in the format 'projects/{project}/instances/{instance}'. Example: { "name": "projects/my-project/…
get_logical_view read-only name*
Get information about the specified logical view. The request requires the `name` field to be set in the format 'projects/{project}/instances/{instance}/logicalViews/{logical_view}…
get_table read-only name*view
Get metadata information about the specified table. The request requires the 'name' field to be set in the format 'projects/{project}/instances/{instance}/tables/{table}'. Example:…
list_hot_tablets read-only endTimepageSizeclusterId*pageTokenprojectId*startTime +1
Lists hot tablets in a Cloud Bigtable cluster. Start time defaults to Now if it is unset, and end time defaults to Now - 24 hours if it is unset. The start time should be less than…
list_instances read-only parent*pageToken
List information about instances in a project. The request requires the 'parent' field to be set in the format 'projects/{project}'. Example: { "parent": "projects/my-project" }
list_logical_views read-only parent*pageSizepageToken
List information about all logical views within a specified instance. The request requires the `parent` field to be set in the format 'projects/{project}/instances/{instance}'. Exa…
list_tables read-only viewparent*pageSizepageToken
List all tables in a specified instance. The request requires the 'parent' field to be set in the format 'projects/{project}/instances/{instance}'. Example: { "parent": "projects/m…
update_logical_view projectId*instanceId*logicalView*logicalViewId*
Updates a Bigtable logical view within a specified instance. You can update the GoogleSQL query and/or the deletion protection setting. At least one field to update (e.g., `query`…