Skip to main content
Glama

connect_provider

Connect a provider to a client by pasting an API key or token, enabling access to that provider's tools for the specified client only.

Instructions

Connect one provider for one client using a credential you paste.

Prefer munim connect for providers that publish an OAuth flow: it opens a browser, and no secret passes through the coding agent at all. This exists for providers that offer nothing else - Resend, for one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clientYesThe client to act on, by the name you registered them under. A write resolves this one client's credentials and no other.
providerYesThe provider to use, for example cloudflare, vercel or resend. Only what this client is actually connected to is reachable.
credentialYesThe API key or token, pasted. It is stored and never returned by any tool.

Schema Changelog

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

  1. Changed3 schema fields changedv0.5.0
    • addedInput schema / properties / client / description
      Added value: +"The client to act on, by the name you registered them under. A write resolves this one client's credentials and no other."
    • addedInput schema / properties / credential / description
      Added value: +"The API key or token, pasted. It is stored and never returned by any tool."
    • addedInput schema / properties / provider / description
      Added value: +"The provider to use, for example cloudflare, vercel or resend. Only what this client is actually connected to is reachable."
  2. First observedv0.4.0

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations, the description discloses important behavior: the credential is stored and never returned by any tool, and the operation is a write scoped to one client. It does not explicitly mention failure modes or whether an existing credential is overwritten, but it covers the main side effect.

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 description is compact and information-dense, with no redundant wording. It front-loads the purpose and adds only necessary guidance about OAuth and credential handling.

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?

For a simple mutation with no output schema, the description covers purpose, parameter semantics, and privacy behavior. It does not specify the return value or error conditions, but that is not a significant gap given the tool's simplicity and the provided schema.

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?

All three parameters are described with concrete meanings: client identifies the registered client, provider specifies the service (with examples), and credential is the API key/token that is stored and never returned. Schema coverage is complete.

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?

Description clearly names the action (connect), the target (one provider for one client), and the method (paste a credential). It also distinguishes itself from OAuth-based setup by referencing `munim connect` for providers that support OAuth.

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?

Explicitly states when to use this tool: for providers that do not offer OAuth, such as Resend, and directs users to prefer `munim connect` when OAuth is available. This gives clear selection guidance relative to the main alternative.

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/vishalsg42/munim'

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