Skip to main content
Glama

Integration Manage Tool

integration_manage

Connect, manage, and control third-party services like GitHub, Slack, and Notion. List integrations, test connections, execute commands, and handle credentials through a unified interface.

Instructions

Manage third-party integrations. Actions: list, connect (integration_type, credentials), disconnect (integration_id), ping (integration_id — test connection), execute (integration_id, command, params), capabilities (integration_id).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: list, connect, disconnect, ping, execute, capabilities
driverNoFilter by driver slug (e.g. github, slack, notion)
include_driversNoInclude list of available drivers (default false)
nameYesHuman-readable name for this integration instance
credentialsNoCredential key-value pairs, e.g. {"token": "ghp_..."}
configNoDriver-specific config, e.g. {"database_id": "..."} for Notion
integration_idYesIntegration UUID
paramsNoAction parameters (driver-specific)
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. It only minimally discloses behavior via the parenthetical '(integration_id — test connection)' for ping. It omits auth requirements, side effects of disconnect, validation behavior of connect, or what execute actually runs. 'Manage' implies mutation but specifics are missing.

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 description is a single dense sentence followed by an action catalog in parentheses. It's relatively compact but front-loaded with the generic verb 'Manage'. The parenthetical action list is efficient but cryptic; it doesn't earn its space as well as structured sentences would.

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 complex 8-parameter tool with multiple operational modes, the description is incomplete. It doesn't resolve the tension in the required parameters (which appear mandatory for all actions but logically shouldn't be), doesn't explain the relationship between driver/config/credentials, and provides no output guidance despite the lack of output schema.

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?

While the schema has 100% coverage, the description introduces confusion by referencing parameter names that don't exist in the schema: 'integration_type' (should be 'driver') and 'command' (should be 'params'). It also fails to clarify that required fields like 'integration_id' and 'name' are likely conditional on the action (e.g., not needed for 'list'), which is critical given the schema marks them unconditionally required.

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 states the core purpose ('Manage third-party integrations') with a specific verb and resource. It enumerates available actions, giving some sense of scope. However, it fails to differentiate from sibling tools like credential_manage, webhook_manage, or signal_connectors that might overlap with integration concepts.

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?

No explicit guidance on when to use this tool versus siblings. No workflow description (e.g., that connect must precede execute) or prerequisites mentioned. The description simply lists actions without explaining selection criteria or failure modes.

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/escapeboy/agent-fleet-o'

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