Skip to main content
Glama

update_integration

Update an integration's name, API key, or provider-specific configuration. Changes apply instantly and may affect dependent providers or live requests.

Instructions

Update an integration's name, key, or provider-specific config. Key and config changes take effect immediately and can disrupt dependent providers or live requests.

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesWhether the tool call succeeded and returned structured data
dataNoStructured success payload when ok is true
errorNoStructured error payload when ok is false
Behavior1/5

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

The description warns that key/config changes take effect immediately and can disrupt dependent providers or live requests, implying destructive potential. However, annotations set destructiveHint=false, creating a direct contradiction. Per rules, score 1 for contradiction.

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?

Two concise sentences with front-loaded purpose and immediate behavioral warning. No redundant information.

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

Completeness4/5

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

Covers main purpose and critical behavioral warning. Does not explicitly mention that slug is required or that integration must exist, but these are captured in schema and annotations. Output schema exists, so return format is covered. Minor gaps remain.

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?

Input schema has 100% description coverage for all 13 parameters. The description only mentions 'name, key, or provider-specific config' generically, adding no semantics beyond what the schema already provides. Baseline 3 applies.

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 verb 'Update' and resource 'integration', and lists specific attributes (name, key, provider-specific config). It distinguishes from siblings like create_integration (creates new) and delete_integration (deletes) by nature of update operation.

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 use for modifying existing integrations, but lacks explicit guidance on when not to use or alternatives (e.g., recreating vs updating). No exclusions or context for contrary cases.

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