# Planet Scale MCP Node

> Access Planet Scale MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/planetscalemcp-node

## Content

## Description
Access Planet Scale MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `planetscalemcp_planetscale_execute_read_query`
* `planetscalemcp_planetscale_execute_write_query`
* `planetscalemcp_planetscale_get_branch`
* `planetscalemcp_planetscale_get_branch_schema`
* `planetscalemcp_planetscale_get_database`
* `planetscalemcp_planetscale_get_insights`
* `planetscalemcp_planetscale_get_invoice_line_items`
* `planetscalemcp_planetscale_get_organization`
* `planetscalemcp_planetscale_list_branches`
* `planetscalemcp_planetscale_list_cluster_sizes`
* `planetscalemcp_planetscale_list_databases`
* `planetscalemcp_planetscale_list_invoices`
* `planetscalemcp_planetscale_list_organizations`
* `planetscalemcp_planetscale_list_regions_for_organization`
* `planetscalemcp_planetscale_list_schema_recommendations`
* `planetscalemcp_planetscale_search_documentation`

## Use Cases
1. **Automate Planet Scale MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.