Skip to main content
Glama

update_integration

Modify an existing integration's name, API key, description, or provider-specific configurations to maintain accurate connection settings.

Instructions

Update an existing integration's name, API key, description, or provider-specific configurations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe slug of the integration to update
nameNoNew human-readable name for the integration
keyNoNew API key for the provider
descriptionNoNew description for the integration
api_versionNoNew API version (for Azure OpenAI)
resource_nameNoNew resource name (for Azure OpenAI)
deployment_nameNoNew deployment name (for Azure OpenAI)
aws_regionNoNew AWS region (for AWS Bedrock)
aws_access_key_idNoNew AWS access key ID (for AWS Bedrock)
aws_secret_access_keyNoNew AWS secret access key (for AWS Bedrock)
vertex_project_idNoNew GCP project ID (for Vertex AI)
vertex_regionNoNew GCP region (for Vertex AI)
custom_hostNoNew custom base URL for the provider
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states this is an update operation, implying mutation, but doesn't mention required permissions, whether changes are reversible, error conditions, or what happens to unspecified fields. For a mutation tool with 13 parameters and zero annotation coverage, this leaves significant behavioral gaps.

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 a single, efficient sentence that front-loads the core purpose. Every word earns its place by specifying the resource and scope of updates without redundancy or unnecessary elaboration.

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?

For a mutation tool with 13 parameters, no annotations, and no output schema, the description is incomplete. It doesn't address behavioral aspects like permissions, side effects, or response format. While the schema covers parameters well, the overall context for safe and effective use is lacking, especially given the tool's complexity.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all 13 parameters thoroughly. The description adds minimal value beyond the schema by listing general categories of updatable fields ('name, API key, description, or provider-specific configurations'), but doesn't provide additional syntax, format, or constraint details. Baseline 3 is appropriate when the schema does the heavy lifting.

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

Purpose4/5

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

The description clearly states the action ('Update') and resource ('an existing integration'), specifying what can be updated ('name, API key, description, or provider-specific configurations'). It distinguishes from create_integration by focusing on updates, but doesn't explicitly differentiate from other update_* tools like update_integration_models or update_integration_workspaces.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing an existing integration slug), when not to use it, or how it differs from other update tools for integrations. The agent must infer usage from the tool name and parameters alone.

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/s-b-e-n-s-o-n/portkey-admin-mcp'

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