Skip to main content
Glama
lllNuggetslll

nessie-mcp-server

nessie-mcp-server

サポートされているCapital One Nessie APIリソースにアクセスするための、スタンドアロンで読み取り専用のModel Context Protocol (MCP)サーバーです。標準入出力で通信し、Node.js 18以降向けに設計されています。

公式Nessieサイト: https://prod.nessieisreal.com/ はNessieの公式ソースです。このパッケージが使用するAPIリクエストオリジン https://prod-api.nessieisreal.com とは異なります。

非公式コミュニティプロジェクト: このパッケージはCapital Oneとは提携、承認、スポンサー関係にありません。

要件

  • Node.js 18以降

  • Nessie APIキー

Related MCP server: Linear MCP Server

インストール

npx を使用してパッケージを直接実行します:

npx -y nessie-mcp-server

または、グローバルにインストールしてパッケージの実行可能ファイルを使用します:

npm install --global nessie-mcp-server
nessie-mcp-server

プロジェクトローカルにインストールする場合:

npm install nessie-mcp-server
npx nessie-mcp-server

設定

サーバープロセスの環境変数に NESSIE_API_KEY を設定します。サーバーは各ツール呼び出し時に値を読み取ってトリムし、Nessie APIの key クエリパラメータとしてのみ送信します。

NESSIE_API_KEY=your_api_key_here npx -y nessie-mcp-server

PowerShellの場合:

$env:NESSIE_API_KEY = "your_api_key_here"
npx -y nessie-mcp-server

.env.example は、プロセスランナーが環境ファイルを読み込む場合にのみコピーしてください。サーバー自体は .env ファイルを読み込みません。

MCPクライアント設定

mcp.json.example には完全な例が含まれています:

{
  "mcpServers": {
    "nessie": {
      "command": "npx",
      "args": ["-y", "nessie-mcp-server"],
      "env": {
        "NESSIE_API_KEY": "YOUR_NESSIE_API_KEY"
      }
    }
  }
}

プレースホルダーは、MCPクライアントの安全な環境設定を通じて置き換えてください。APIキーをツール引数として渡したり、ソース管理にコミットしたり、プロンプトやログに含めたりしないでください。

ツール

サーバーは、正確にこれら9つの読み取り専用ツールを公開します。すべての識別子入力は不透明な文字列であり、IDの形式や長さを想定しないでください。

ツール

入力

動作と制限

nessie_list_customers

{}

設定されたAPIキーで利用可能な顧客を一覧表示します。

nessie_get_customer

{ "customerId": string }

不透明な顧客IDで1件の顧客を取得します。

nessie_list_accounts

{ "customerId": string }

1人の顧客が所有する口座を一覧表示します。Nessieの口座データには与信限度額がなく、Nessieの口座データから与信利用率を計算することはできません。

nessie_get_account

{ "accountId": string }

不透明な口座IDで1件の口座を取得します。Nessieの口座データには与信限度額がなく、Nessieの口座データから与信利用率を計算することはできません。

nessie_get_transactions

{ "accountId": string }

入金と出金を、リテラルなdeposit/withdrawalタグ付きの新しい順のフィードに統合します。Nessieの口座データには与信限度額がなく、Nessieの口座データから与信利用率を計算することはできません。

nessie_list_deposits

{ "accountId": string }

1つの口座の入金を一覧表示します。Nessieの口座データには与信限度額がなく、Nessieの口座データから与信利用率を計算することはできません。

nessie_list_withdrawals

{ "accountId": string }

1つの口座の出金を一覧表示します。Nessieの口座データには与信限度額がなく、Nessieの口座データから与信利用率を計算することはできません。

nessie_list_bills

{ "accountId": string }

1つの口座の請求書と定期支払い義務を一覧表示します。Nessieの口座データには与信限度額がなく、Nessieの口座データから与信利用率を計算することはできません。

nessie_list_loans

{ "accountId": string }

1つの口座のローンを一覧表示します。各ローンのcredit_scoreはファイル上の静的な値であり、信用情報機関のライブフィードではありません。Nessieの口座データには与信限度額がなく、Nessieの口座データから与信利用率を計算することはできません。

日付範囲、ページネーション、ステータスフィルター、書き込み、APIキーのツール入力はありません。

リソースステータス

リソースまたは操作

ステータス

備考

顧客

公開

一覧および個別読み取りツール。

口座

公開

顧客スコープの一覧および個別読み取りツール。グローバルな口座一覧ツールはありません。

入金

公開

口座スコープの読み取りツールであり、統合トランザクションフィードの一部です。

出金

公開

口座スコープの読み取りツールであり、統合トランザクションフィードの一部です。

請求書

公開

口座スコープの読み取りツール。

ローン

公開

口座スコープの読み取りツール。信用スコアはローン記録に保存された静的な値です。

送金

除外

送金ツールや資金移動操作はありません。

購入

除外

v1トランザクションフィードの一部ではありません。

加盟店

除外

加盟店ツールはありません。

ATM

除外

ATMツールはありません。

支店

除外

支店ツールはありません。

エンタープライズリソース

除外

エンタープライズ全体のツールはありません。

作成、更新、削除操作

除外

ツール全体が読み取り専用です。

グローバル口座一覧

除外

口座は顧客IDを通じて発見されます。

与信限度額と与信利用率

除外

Nessieの口座レコードには与信限度額フィールドがないため、利用率を導出できません。

API互換性

サーバーはライブ検証済みのNessieオリジンを使用します:

https://prod-api.nessieisreal.com

古い例では別のホストを参照している場合があります。リソースIDはURLエンコードされ、UUIDやその他の形式・長さを含む任意の文字列として保持されます。サーバーは読み取りのたびに新しい非同期リクエストを実行し、書き込みや資金移動のエンドポイントを公開しません。

セキュリティ

  • NESSIE_API_KEY を環境変数またはシークレットマネージャー設定に保管してください。

  • 実際のキーを mcp.json.example.env.example、ソースファイル、問題レポート、プロンプト、ログに置かないでください。

  • 注入されたシークレットを含むMCPクライアント設定ファイルへのアクセスを制限してください。

  • ツールエラーは、資格情報や上流のレスポンスボディを返さずに、実行可能なステータス/パス情報を保持するように設計されています。

  • 金融データをMCPクライアントに公開する前に、Nessieサービスの利用規約とデータ取り扱い要件を確認してください。

ライセンス

MIT。 LICENSE を参照してください。

Available Tools

9 tools
nessie_get_accountA
Read-onlyIdempotent

Get one Nessie account by opaque account id. Read-only. Nessie account data provides no credit limit; credit utilization cannot be calculated from Nessie account data.

ParametersJSON Schema
NameRequiredDescriptionDefault
accountIdYesOpaque string id; do not assume format or length.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, open-world, and non-destructive behavior, and the description's 'Read-only' repeats that. However, it adds valuable domain context beyond the annotations: Nessie account data provides no credit limit, so credit utilization cannot be calculated from it. This helps an agent avoid misusing the data.

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 two tight sentences: the first states the operation and input, the second adds an essential domain caveat. There is no filler, and the most important information is front-loaded.

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 single-parameter, read-only lookup with rich annotations and full schema coverage, the description is nearly complete. It even includes a meaningful limitation that is not visible from the schema. A brief note on the return shape would make it fully self-contained, but the low complexity makes that non-critical.

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 only parameter, accountId, is already fully described in the schema as an opaque string id with no assumed format or length. The tool description repeats 'opaque account id' without adding new semantic information, so the schema carries the burden and the baseline score of 3 applies.

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 uses a specific verb and resource: 'Get one Nessie account by opaque account id.' This clearly distinguishes it from nessie_list_accounts (one vs. list) and other siblings like nessie_get_customer or nessie_get_transactions.

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

Usage Guidelines4/5

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

The description makes the usage context obvious: use this tool when you have an opaque account id and need that single account. It does not explicitly name alternatives or excluding conditions, but the singular scope and id-based retrieval are clear enough for an agent to select it correctly.

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

nessie_get_customerA
Read-onlyIdempotent

Get one Nessie customer by opaque customer id. Read-only.

ParametersJSON Schema
NameRequiredDescriptionDefault
customerIdYesOpaque string id; do not assume format or length.

TDQS

A3.7/5.0
Behavior3/5

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

The annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the 'Read-only' sentence is mostly redundant. The description does add a useful behavioral cue that exactly one customer is returned, but it does not describe not-found behavior, error cases, or the response shape. There is no contradiction with 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.

Conciseness4/5

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

The description is appropriately short and front-loaded with the verb, resource, and lookup key. The only minor redundancy is 'Read-only,' which repeats an existing annotation, but it does not meaningfully bloat the description.

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 one-parameter read-only fetch with full schema coverage and safety annotations, the description is nearly complete for correct invocation. The main gap is that there is no output schema and the description does not explicitly state what happens for an unknown customer ID or the exact return shape; 'get one customer' covers most of the intent.

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?

Schema coverage is 100%, and the schema already documents customerId as an opaque string with minLength 1. The description's phrase 'opaque customer id' merely restates that schema detail and confirms the parameter is the lookup key; it adds no new format, default, or edge-case semantics.

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: 'Get one Nessie customer by opaque customer id.' The singular 'one' and the ID-based lookup make it clear this is a single-resource fetch, and 'Read-only' distinguishes it from mutation tools. It is unambiguous against siblings like nessie_list_customers or nessie_get_account.

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 right usage — fetch one customer when you already have an opaque customerId — but it never explicitly states when to prefer this over nessie_list_customers or when not to use it. This is implied usage rather than stated guidance, and no alternatives are named.

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

nessie_get_transactionsA
Read-onlyIdempotent

List an account's deposits and withdrawals as one newest-first feed with literal transaction type tags. Read-only. Nessie account data provides no credit limit; credit utilization cannot be calculated from Nessie account data.

ParametersJSON Schema
NameRequiredDescriptionDefault
accountIdYesOpaque string id; do not assume format or length.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark it read-only, idempotent, and non-destructive; the description adds useful behaviors beyond those: newest-first ordering, literal transaction type tags, and the limitation that credit utilization cannot be derived from Nessie account data. No contradiction with 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?

Three tight sentences lead with the core action and output, then declare read-only safety, then add a relevant limitation. No filler or repetition of schema details.

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?

For a single-required-parameter read-only list operation, the description covers what is returned, ordering, safety, and an important analytic limitation. The absence of an output schema is mitigated by the explicit description of the feed and tags.

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?

There is only one parameter, accountId, and its schema description already explains it thoroughly as an opaque string id. The tool description does not add parameter-specific semantics, so it relies on the 100% schema coverage.

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 names a specific verb ('List'), the resource ('an account's deposits and withdrawals'), and the distinguishing output ('one newest-first feed with literal transaction type tags'). This clearly separates it from sibling tools nessie_list_deposits and nessie_list_withdrawals, which return only a single transaction type.

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

Usage Guidelines4/5

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

It establishes the use case: retrieve an account's combined deposit and withdrawal activity in reverse chronological order. It does not explicitly name alternatives or exclusions, but the 'one ... feed' phrasing implicitly contrasts with the sibling list_deposits/list_withdrawals tools.

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

nessie_list_accountsA
Read-onlyIdempotent

List accounts owned by one Nessie customer. Read-only. Nessie account data provides no credit limit; credit utilization cannot be calculated from Nessie account data.

ParametersJSON Schema
NameRequiredDescriptionDefault
customerIdYesOpaque string id; do not assume format or length.

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds the specific caveat that Nessie account data has no credit limit and credit utilization cannot be calculated, which is behavioral context beyond the annotations. It does not contradict any 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 description is two concise sentences. The first sentence states the action and scope directly; the second adds a pertinent caveat. No wasted words, and the key information is front-loaded.

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?

The tool is simple (one parameter, list operation) and the annotations already cover safety. The description includes the essential purpose and an important limitation. Since there is no output schema, it doesn't need to explain returns. It is complete for an agent to invoke 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?

Schema description coverage is 100% and the customerId parameter is well-documented in the schema (opaque string, do not assume format). The tool description adds no additional parameter semantics beyond what the schema provides, so the baseline of 3 is appropriate.

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 verb 'List' with the resource 'accounts' and scope 'owned by one Nessie customer,' which makes it distinct from sibling listing tools like list_deposits or list_withdrawals. It also adds a read-only qualifier and a caveat about credit limits, further specifying the tool's purpose.

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 use when you need all accounts of a specific customer, but it does not explicitly state when to prefer this over alternatives (e.g., get_account for a single account) or when not to use it. The credit-limit note hints at a limitation but does not provide clear selection guidance.

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

nessie_list_billsA
Read-onlyIdempotent

List bills and recurring obligations for one Nessie account. Read-only. Nessie account data provides no credit limit; credit utilization cannot be calculated from Nessie account data.

ParametersJSON Schema
NameRequiredDescriptionDefault
accountIdYesOpaque string id; do not assume format or length.

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds a meaningful limitation beyond that: Nessie account data provides no credit limit, so credit utilization cannot be calculated. No contradiction exists.

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

Conciseness4/5

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

The main purpose is front-loaded in a single scoped sentence, and the credit-limit caveat provides useful context. The standalone 'Read-only' sentence is redundant with the annotations, creating minor waste but not enough to lower the score further.

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 one-parameter, read-only list tool with rich annotations and no output schema, the description provides sufficient information to call it correctly. It lacks output-shape and alternative-selection details, but those are not critical at this level of complexity.

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 already documents accountId at 100% coverage as a required opaque string with a format warning. The description only reinforces that the ID belongs to a Nessie account, adding no operational detail beyond the schema, so the baseline score of 3 is warranted.

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 opens with a specific verb and object, 'List bills and recurring obligations,' and scopes the action to a single Nessie account. This differentiates it from sibling list tools by resource, though it never explicitly contrasts alternatives.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus list_deposits, list_withdrawals, list_loans, or other siblings. The credit-limit caveat is a data limitation, not a usage directive, so the agent is left to infer when this tool is appropriate.

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

nessie_list_customersA
Read-onlyIdempotent

List all Nessie customers available to the configured API key. Read-only.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false. The description adds the explicit 'Read-only' phrase and the authorization scope ('available to the configured API key'), which slightly enriches the behavioral context but does not disclose additional traits like pagination or return format. No contradiction with 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?

Two short, front-loaded sentences with no filler. The core scope ('List all Nessie customers') leads, and the safety note follows. Every word earns its place.

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 zero-parameter, read-only list operation with no output schema, the description is essentially complete. It clearly states what is listed and under whose scope. A minor gap is the lack of explicit return shape, but the verb 'List' implies a collection.

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

Parameters4/5

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

The tool has zero parameters, so there is nothing for the description to clarify. The schema is an empty object, and 100% coverage is vacuously true. Baseline for no parameters is 4.

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 uses a specific verb ('List'), a clear resource ('all Nessie customers'), and a scope qualifier ('available to the configured API key'). This clearly distinguishes it from sibling tools like nessie_get_customer (single customer) and nessie_list_accounts (accounts, not customers).

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

Usage Guidelines4/5

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

The description gives clear context: use this to list all customers accessible via the configured API key. However, it does not explicitly name alternatives or state when not to use it, leaving some sibling differentiation to inference.

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

nessie_list_depositsA
Read-onlyIdempotent

List deposits for one Nessie account. Read-only. Nessie account data provides no credit limit; credit utilization cannot be calculated from Nessie account data.

ParametersJSON Schema
NameRequiredDescriptionDefault
accountIdYesOpaque string id; do not assume format or length.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, open-world, and non-destructive behavior. The description adds a valuable domain caveat that Nessie account data lacks credit-limit information, preventing misuse for credit-utilization calculations. No contradiction with 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?

Two concise sentences with the core action front-loaded and a useful caveat after it. There is no filler or redundant explanation; every clause earns its place.

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?

For a simple one-parameter read-only list tool with annotations covering safety and the schema covering the parameter, the description is complete. The scope is clear, the return is implied by 'List deposits,' and the added domain caveat covers a likely misuse.

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 schema fully documents accountId at 100% coverage, including its opaque-string nature and the warning not to assume format or length. The description does not need to add parameter details; the baseline 3 is appropriate.

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 uses a specific verb ('List'), a clear resource ('deposits'), and a specific scope ('one Nessie account'). This cleanly distinguishes it from sibling tools like nessie_list_withdrawals, nessie_list_bills, and nessie_list_loans, so an agent knows exactly what it does.

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

Usage Guidelines4/5

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

The description makes the read-only context explicit and provides a clear when-not-to-use signal: credit utilization cannot be calculated from Nessie account data. It does not explicitly name sibling alternatives, but the resource-specific wording makes the intended use obvious.

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

nessie_list_loansA
Read-onlyIdempotent

List loans for one Nessie account. A loan credit_score is a static on-file value, not a live credit-bureau feed. Read-only. Nessie account data provides no credit limit; credit utilization cannot be calculated from Nessie account data.

ParametersJSON Schema
NameRequiredDescriptionDefault
accountIdYesOpaque string id; do not assume format or length.

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations' read-only hint, the description adds important behavioral context: the credit_score is a static on-file value, not a live credit-bureau feed, and Nessie account data cannot support credit utilization calculations. This prevents an agent from misinterpreting loan fields as real-time financial data.

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?

Three compact sentences lead with the core purpose, then add only high-value caveats. No filler or redundant schema restatement; every sentence earns its place.

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?

For a single-parameter, read-only list tool, the description fully covers what the tool does, the required account context, and the meaning of its loan fields. No output schema exists, but the description adequately supports correct invocation without needing to detail return values.

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?

Schema coverage is 100%, and the accountId parameter is already documented as an opaque string with no format assumptions. The description reinforces that the parameter identifies 'one Nessie account', but it does not add significant new semantic detail beyond the schema.

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?

States a specific verb ('List') and resource ('loans') scoped to 'one Nessie account', clearly distinguishing it from sibling tools that list deposits, withdrawals, bills, or accounts. The loan-focused resource is unambiguous and an agent can choose this tool 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 Guidelines4/5

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

The description makes the usage context clear: it lists loans for a single, specified Nessie account. It does not explicitly name alternatives or exclusion conditions, but the tool's scope is sufficiently clear given the sibling set contains no other loan-listing tool.

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

nessie_list_withdrawalsA
Read-onlyIdempotent

List withdrawals for one Nessie account. Read-only. Nessie account data provides no credit limit; credit utilization cannot be calculated from Nessie account data.

ParametersJSON Schema
NameRequiredDescriptionDefault
accountIdYesOpaque string id; do not assume format or length.

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already cover readOnly/idempotent/non-destructive safety. The description adds a non-obvious data limitation—no credit limit exists in Nessie account data, so credit utilization cannot be calculated—which is useful context beyond structured fields. It does 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.

Conciseness4/5

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

The core action is front-loaded and the total length is short. However, the standalone 'Read-only.' sentence simply repeats the readOnlyHint annotation and could be removed without loss, preventing a perfect score.

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 one-parameter, read-only list tool, the description, schema, and annotations are sufficient for an agent to select and invoke it correctly. Return format and pagination are not mentioned, but the low complexity and fully documented accountId make this a minor gap.

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 required accountId is fully documented in the schema, including that it is an opaque string. The description adds no parameter-specific details beyond saying 'one account,' so it meets the schema-coverage baseline of 3.

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 uses a specific verb ('List'), names the resource ('withdrawals'), and constrains scope to 'one Nessie account.' This clearly distinguishes it from sibling tools like list_deposits, list_bills, and get_transactions.

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

Usage Guidelines4/5

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

It gives clear context: withdrawals are scoped to a single account, the operation is read-only, and the data cannot be used to calculate credit utilization. It does not explicitly name an alternative tool for broader transaction queries, so it stops short of a 5.

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

TDQS

A4.1/5.0
Disambiguation4/5

Most tools are clearly distinct, with get_ vs list_ separating single-resource and collection operations for customers and accounts. The main overlap is nessie_get_transactions versus nessie_list_deposits/nessie_list_withdrawals, but the descriptions clarify that the former is a combined feed.

Naming Consistency5/5

Every tool follows the same nessie_ prefix plus a consistent verb_noun convention: get_ for individual resources, list_ for collections, with singular and plural nouns used correctly. The naming is uniform and predictable.

Tool Count5/5

Nine tools is a well-scoped count for a read-only customer/account/transaction API. Each major resource type has a dedicated endpoint, and there is no obvious bloat or excessive granularity.

Completeness4/5

The tool surface covers customer lookup, account lookup, transactions, deposits, withdrawals, bills, and loans, which is solid for the apparent read-only domain. Minor gaps exist: no singular getters for deposits/withdrawals/bills/loans, and no write operations, but the server appears intentionally read-only.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables interaction with Federal Election Commission data via the OpenFEC API, providing access to campaign finance information such as candidates, committees, contributions, and expenditures through the Model Context Protocol.
    12
    2
    BSD 3-Clause
  • F
    license
    B
    quality
    Not graded
    maintenance
    Provides access to YNAB (You Need A Budget) functionality through the Model Context Protocol, allowing users to view account balances, access transaction data, and create new transactions.
    10

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/lllNuggetslll/nessie-mcp-server'

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