Skip to main content
Glama

platform_integrations

Manage connector connections by binding connectors to auth profiles. List, get, create, update, test, or delete integrations across projects.

Instructions

[Arch Build] Arch creates and changes projects, agents, tools, configuration, versions, and deployments. Manage connector/integration connections that bind a connector to an auth profile. Actions: list, get, create, update, test, delete. Use platform_auth_profiles first when the connection requires authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNo
actionYes
statusNo
confirmNo
metadataNo
projectIdYes
displayNameNo
connectionIdNo
authProfileIdNo
connectorNameNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.5.0

TDQS

C2.8/5.0
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. It lists actions including delete and test, which imply mutability and potential destructive effects, but does not explicitly state consequences, permission requirements, or idempotency. The existence of a 'confirm' parameter hints at safeguards but is never explained.

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 first sentence '[Arch Build] Arch creates and changes projects, agents, tools, configuration, versions, and deployments.' is generic and not specific to this tool, adding noise and diluting focus. The second sentence is concise but the overall structure is not front-loaded with tool-specific information.

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?

Insufficient for a 10-parameter tool with no annotations, no output schema, and 0% schema coverage. The description does not explain the role of key parameters, the exact behavior of each action (e.g., what 'test' does), or any expected response. An agent cannot safely execute even the simplest operation without additional information.

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 fails to explain any of the 10 parameters. It only mentions 'auth profile' conceptually but does not connect it to the authProfileId parameter. Agents cannot determine the meaning or required format of projectId, connectorName, displayName, status, confirm, metadata, etc., making correct invocation nearly impossible.

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?

Clearly states it manages connector/integration connections that bind a connector to an auth profile, and enumerates specific actions (list, get, create, update, test, delete). This distinguishes it from siblings like platform_connect by focusing on the binding to an auth profile. The purpose is specific and actionable.

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?

Provides a specific prerequisite: 'Use platform_auth_profiles first when the connection requires authentication.' This is useful guidance. However, it does not explain when to use this tool versus other platform tools (e.g., platform_mcp_servers) or when to choose each action. The usage context is only partially implied by the action list.

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

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/Koredotcom/agents-mcp-tools'

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