Skip to main content
Glama
thanhnv2210

finpay-mcp-server

by thanhnv2210

search_docs

Find answers in FinPay architecture documentation: retrieve a synthesized response and top relevant document chunks for any question about payment flows, compliance, or system behavior.

Instructions

Full-text search over FinPay architecture documentation via the docu-rag API. Returns a synthesised answer plus the top matching document chunks. Requires the DOCU_RAG_URL environment variable to be set; returns a disabled error if it is not configured.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topKNoNumber of document chunks to return. Between 1 and 10.
queryYesNatural language question about the FinPay architecture, e.g. 'How does FX rate locking work?' or 'What happens when compliance rejects a transaction?'
Behavior4/5

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

With no annotations, the description carries the disclosure burden. It discloses the dependency on DOCU_RAG_URL and the disabled error behavior, as well as the response shape (synthesised answer plus chunks). This goes beyond the schema, though it could specify rate limits or auth, but for a search tool this is sufficient.

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 sentences, front-loaded with the core purpose, then quickly covers return value and configuration. No wasted words.

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?

Given the tool's simplicity (2 params, no output schema), the description covers purpose, return value, environment dependency, and error condition. It doesn't mention pagination but topK bounds are in the schema. Overall complete for a search tool.

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%, so the schema already documents both query and topK clearly. The description adds no extra parameter meaning beyond what the schema provides; it only references 'top matching chunks' which aligns with topK. Baseline 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 clearly states 'Full-text search over FinPay architecture documentation' with a specific verb and resource, and outlines the return type (synthesised answer plus top chunks). This distinguishes it from sibling tools that target specific resources like transactions or services.

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 usage for querying architecture documentation but does not explicitly compare to alternatives. It mentions the DOCU_RAG_URL prerequisite, which is useful operational context, but lacks guidance on when to prefer this tool over sibling resource-specific tools.

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/thanhnv2210/finpay-mcp-server'

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