Skip to main content
Glama

Connect a paste-a-key account

connect_connector
Idempotent

Connect an account that links with a KEY rather than a sign-in screen, from here, with no browser: Stripe, ChatGPT Ads, Apple Ads, Bluesky, Telegram, Bing Webmaster Tools, PostHog, Mixpanel, Amplitude, Slack, Discord, Webhook. Pass provider and fields in that provider's own field names (listed below, * = required). The key is checked live with the provider before anything is saved, exactly as the app's Connectors page checks it, and the reply is read back from the saved connection. OFFER BOTH WAYS AND LET THE USER CHOOSE: a key pasted into this chat stays in this conversation's history, while pasting it in the app (Workspace ▸ Connectors, or the one-click link https://app.hermoso.ai/?connect=) keeps it out of the chat. Hermoso never repeats a submitted key back. An account that connects through the provider's own sign-in screen (OAuth) cannot be connected here: this answers with the link to hand the user instead. Apple Ads with no key material first generates a signing key pair and returns the public key to register with Apple plus a setupToken to send back. Fields: stripe {apiKey*} · openai_ads {apiKey*} · apple_ads {clientId, teamId, keyId, privateKey, setupToken, orgId} · bluesky {identifier*, appPassword*, pds} · telegram {token*} · bing_webmaster {apiKey*} · posthog {apiKey*, region, host, projectId} · mixpanel {username*, secret*, projectId*, region, workspaceId} · amplitude {apiKey*, secretKey*, region, host} · slack {webhookUrl*} · discord {webhookUrl*} · webhook {webhookUrl*}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNothat provider's own field names and values, e.g. {"apiKey":"…"}; the names for each provider are in the description
providerYesthe connector id: stripe, openai_ads, apple_ads, bluesky, telegram, bing_webmaster, posthog, mixpanel, amplitude, slack, discord, webhook

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.9/5.0
Behavior5/5

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

With annotations already declaring readOnlyHint=false, openWorldHint=true, idempotentHint=true, and destructiveHint=false, the description adds substantial context beyond those hints: the key is checked live before saving, the reply is read back from the saved connection, keys are never repeated back, chat-pasted keys remain in conversation history, and Apple Ads may generate a signing key pair with a setupToken. These details materially inform agent behavior and do not contradict the annotations.

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?

The definition is long but justified by 12 providers, per-provider field requirements, security guidance, OAuth fallback behavior, and the Apple Ads special case. It is front-loaded with purpose and then structured into provider list, security note, OAuth exclusion, special case, and field mapping, with no filler sentences.

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?

The description covers provider IDs, required fields, live validation, security handling, and special cases thoroughly. Because there is no output schema, it should ideally specify what a successful connection returns—it only says the reply is read back from the saved connection, which is vague about the actual return shape or error format.

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

Parameters5/5

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

Although schema coverage is 100%, the schema's `fields` property only points to the description for provider-specific field names. The description supplies the actual per-provider field lists with required markers (e.g., `stripe {apiKey*}`, `bluesky {identifier*, appPassword*, pds}`), which is essential invocation detail not available in the schema alone.

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 opens with a specific verb and resource: 'Connect an account that links with a KEY rather than a sign-in screen.' It immediately distinguishes this tool from OAuth-based connections and names the supported providers, so an agent can tell what this tool does without opening the schema.

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

Usage Guidelines5/5

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

It states the core usage condition—key-based providers only—and explicitly excludes OAuth providers: 'An account that connects through the provider's own sign-in screen (OAuth) cannot be connected here.' It also directs the agent to offer both key-entry paths (chat vs. app link) and explains the security tradeoff, giving clear when-to-use and how-to-present guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.