Skip to main content
Glama

create_standard_connect_session

Creates a Connect session for OAuth flow, returning the post-authentication finalization contract to manage integrations.

Instructions

Create a Connect session and return its post-auth finalization contract.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
purposeYes
principalYes
owner_kindYes
environmentYes
display_nameNo
oauth_app_ownerNo
organization_idNo
provider_config_keyYes
integrations_config_defaultsNo
Behavior1/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 only states the action and return type, but does not mention side effects, authentication requirements, idempotency, failure behavior, or any other safety-relevant traits. This is a significant omission for a session-creation operation.

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

Conciseness2/5

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

The description is a single sentence, so it is concise, but it is under-specified to the point of being unhelpful. The brevity is not balanced with the necessary content; it is terse rather than efficient.

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?

Given the tool's complexity (10 parameters, no output schema, no annotations), the description is severely incomplete. It fails to explain the 'post-auth finalization contract' return object, the role of any parameters, or any related constraints, leaving the agent with almost no useful context to invoke the tool correctly.

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?

The input schema has 10 parameters with 0% description coverage, and the description mentions none of them. It does not explain the meaning or purpose of environment, provider_config_key, principal, owner_kind, purpose, or any other field, leaving agents without essential information to form valid arguments.

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

Purpose3/5

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

The description states a specific verb and resource ('Create a Connect session') and mentions returning a contract, which is a concrete action. However, it does not clarify what a Connect session is or how it differs from the sibling create_connect_session, leaving the purpose only partially clear.

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

Usage Guidelines1/5

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

The description gives no guidance on when to use this tool over alternatives like create_reconnect_session or create_connect_session. No conditions, contexts, or exclusions are provided, so an agent has no basis for selecting this tool.

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