Skip to main content
Glama
fastmcp-me

gcp-mcp

by fastmcp-me

resize_node_pool

Change the node count of a GKE node pool to scale cluster capacity up or down based on current needs.

Instructions

    Resize a node pool in a GKE cluster.
    
    Args:
        project_id: The ID of the GCP project
        cluster_name: The name of the GKE cluster
        location: The location (region or zone) of the cluster
        node_pool_name: The name of the node pool to resize
        node_count: The new node count for the pool
    
    Returns:
        Result of the node pool resize operation
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationYes
node_countYes
project_idYes
cluster_nameYes
node_pool_nameYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It only states 'Resize a node pool in a GKE cluster' and returns 'Result of the node pool resize operation.' It does not reveal that this is a mutating operation with potential side effects like scaling, cost impact, long-running operations, or required permissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, with a one-line purpose statement followed by a straightforward Args list and a brief Returns note. It is front-loaded and contains no redundant or filler content, making efficient use of space.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a mutating operation with five required parameters and no output schema or annotations. The description only provides a high-level purpose and a vague return statement. It lacks critical context such as whether node_count is incremental or absolute, potential wait times, prerequisites like cluster availability, and side effects like cost or resource changes, making it incomplete for an agent to invoke reliably.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. The Args section lists all parameters with brief descriptions, but most are rephrased parameter names (e.g., 'project_id: The ID of the GCP project'). Only 'node_count' adds meaningful clarification by stating it is the 'new node count,' implying a target value rather than a delta. Constraints and allowed values are absent.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function with a specific verb+resource: 'Resize a node pool in a GKE cluster.' This distinguishes it from sibling tools like list_node_pools, which focuses on listing pools, by explicitly targeting the resize action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage when a node pool's node count needs adjustment, but it does not provide explicit when-to-use or when-not-to-use guidance, alternatives, or prerequisites. There is no mention of when to choose this tool over other node pool operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fastmcp-me/gcp-mcp-henihaddad'

If you have feedback or need assistance with the MCP directory API, please join our Discord server