Skip to main content
Glama
GraysonCAdams

sophtron-mcp

Get Connection Accounts

get_connection_accounts

List all accounts linked to a specific bank connection by supplying its user institution ID. Provides account details for a particular financial institution.

Instructions

List accounts for a specific bank connection

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userInstitutionIdYesUserInstitution ID from the connection
Behavior2/5

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

With no annotations, the description carries the full burden for disclosing behavior. It only states that it lists accounts, giving no information about read-only nature, error handling, permissions, or return format. The briefness leaves the agent without important behavioral context.

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 a single, concise sentence that immediately conveys the core purpose with no wasted words.

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

Completeness3/5

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

For a simple one-parameter listing tool, the description covers the basic purpose and the schema covers the parameter. However, the lack of usage differentiation from sibling tools and the absence of behavioral details make it incomplete for full contextual understanding. Overall, it's adequate but with gaps.

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 single parameter 'userInstitutionId' is fully described in the schema, so the description doesn't need to add parameter details. The description adds nothing beyond the schema, but the schema is complete, so a baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states that the tool lists accounts for a specific bank connection, using a specific verb and scope. However, it does not explicitly distinguish this from the sibling tool 'list_accounts', so it stops short of a 5.

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?

The description implies the tool is for when you have a specific connection, but it does not explicitly state when to use this vs list_accounts or other alternatives, nor does it mention any exclusions or prerequisites.

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/GraysonCAdams/sophtron-mcp'

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