Skip to main content
Glama

link_account

Initiates a new Plaid Link session, returning a URL for user authentication and a link token to finalize the connection via complete_linking.

Instructions

Start a new Plaid Link session. Returns a URL the user opens in their browser to authenticate with their bank. After they finish, call complete_linking with the returned link_token.

Plaid-only: under PROVIDER=teller, run plaid-mcp teller connect instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It clearly explains the flow: starts a session, returns a URL, and requires a follow-up call. It does not mention edge cases like cancellation or errors, but the core behavior is transparent enough for an agent to understand the tool's role.

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 concise, using two clear sentences and a brief note. It is well-structured, leading with the action, then the return value, then the follow-up, and finally the alternative command. No unnecessary verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description effectively covers the essential context: what the tool returns (a URL), how the agent should proceed (call complete_linking), and the provider-specific alternative. This is sufficient for an agent to use the tool correctly.

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

Parameters3/5

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

The input schema is empty, so there are no parameters to describe. The description adds no parameter-related meaning beyond what the schema already conveys (trivially complete). Baseline of 3 is appropriate since no additional parameter context is needed.

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 clearly states the tool's purpose: to start a Plaid Link session, return a URL for user authentication, and then instruct to call complete_linking. It also explicitly differentiates from the teller provider alternative, making it distinct from sibling tools.

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 provides explicit when-to-use and when-not-to-use guidance: use for Plaid provider, and under PROVIDER=teller run 'plaid-mcp teller connect' instead. It also describes the follow-up step to complete_linking, giving complete usage context.

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/kenchambers1987-png/plaid-mcp'

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