Skip to main content
Glama

create_integration

Set up a Nango integration by submitting an environment and API payload. Handles creation of new integrations through the Nango API for the specified environment.

Instructions

Create a Nango integration using the Nango API payload shape.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadYes
environmentYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Create' implies mutation, but the description adds little beyond what the name already conveys—it does not state whether the operation is idempotent, what happens if the integration already exists, whether it overwrites, or what the response format is. The only added context, 'using the Nango API payload shape,' is vague about what behavior that entails.

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

Conciseness3/5

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

The single sentence is appropriately short and front-loaded with the action verb, showing no wasted wording. However, this borders on under-specification rather than genuine conciseness—the 'using the Nango API payload shape' clause is vague and could be more informative without adding length.

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

Completeness1/5

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

For a creation tool with an unconstrained payload object, no annotations, and no output schema, this description is severely inadequate. An agent cannot determine what to put in the payload, what environment values are acceptable, whether the operation is destructive or idempotent, or what a successful response looks like. This is a critical gap for a write operation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds almost nothing about the two parameters. The payload parameter is an unconstrained object (additionalProperties: true) with no shape guidance, and 'environment' is never explained (valid values, format, or relationship to list_environments). The vague hint that the payload follows 'the Nango API payload shape' does not compensate for the total absence of parameter documentation on an open-ended object.

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 uses a specific verb ('Create') and resource ('Nango integration'), making the core action clear. However, it does nothing to differentiate from siblings like update_integration, get_integration, or list_integrations beyond the verb itself, and the phrase 'using the Nango API payload shape' is jargon that muddies rather than clarifies.

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?

There is zero guidance on when to use this tool versus alternatives. No mention of prerequisites (e.g., checking the environment first via list_environments or check_environment), no exclusions, and no indication of whether this should be used before creating connections. The agent must infer all usage context from the tool name 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/LevSky22/nango-mcp-server'

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