finology-student-loan
OfficialServer Quality Checklist
Latest release: v0.2.0
- Disambiguation4/5
Each tool targets a distinct use case: comparing all repayment plans, estimating RAP specifically, and comparing married filing statuses. There is minor overlap between the first and second tool since the comparison also includes RAP, but their intended purposes are clear enough to avoid frequent misselection.
Naming Consistency5/5All three tool names follow a consistent verb-first snake_case pattern (compare_..., estimate_..., compare_...). The pattern is predictable and clearly indicates the action and subject.
Tool Count5/5Three tools is a well-scoped size for a specialized student loan calculation server. Each tool provides distinct value and the set feels neither sparse nor bloated.
Completeness4/5The tool set covers the main repayment plan comparison, a detailed RAP calculator, and a married filing status comparison, which addresses core decision points. A minor gap is the lack of a standalone calculator for other specific plans, but the comprehensive comparison tool mitigates that.
Average 4.3/5 across 3 of 3 tools scored.
See the Tool Scores section below for per-tool breakdowns.
- No community issues in the last 6 months
- 3 commits in the last 12 weeks
- No stable releases found
- No critical vulnerability alerts
- No high-severity vulnerability alerts
- No code scanning findings
- CI status not available
This repository is licensed under MIT License.
This repository includes a README.md file.
No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.
Tip: use the "Try in Browser" feature on the server page to seed initial usage.
Add a glama.json file to provide metadata about your server.
If you are the author, simply .
If the server belongs to an organization, first add
glama.jsonto the root of your repository:{ "$schema": "https://glama.ai/mcp/schemas/server.json", "maintainers": [ "your-github-username" ] }Then . Browse examples.
Add related servers to improve discoverability.
How to sync the server with GitHub?
Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.
To manually sync the server, click the "Sync Server" button in the MCP server admin interface.
How is the quality score calculated?
The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).
Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.
Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).
Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.
Tool Scores
- Behavior4/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden, and it does so by explaining that it compares only eligible plans, returns excluded plans with the rule that excludes them, and is computed by a parity-verified engine rather than estimated. It does not describe the exact output shape, but the behavioral detail is substantial.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the action, the list of plans, and the outputs, followed by reliability and usage guidance. Every sentence contributes necessary context, and there is no redundant filler or vague marketing language.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has seven parameters and no output schema or annotations, so the description must explain what comes back; it does, listing monthly payment, lifetime cost, excluded plans, and the eligibility rule. Minor details such as exact output formatting or underlying assumed loan terms are absent, but they are not essential for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all seven parameters. The description reinforces that loanType drives eligibility with a Parent PLUS and consolidation example, but that example already appears in the schema's loanType description, so it adds no new parameter meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose4/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Compares') and resource ('US federal student loan across every repayment plan'), enumerates the eligible plans, and specifies what is returned. It does not explicitly differentiate from sibling tools by name, but its scope is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear usage context: 'Use this instead of calculating federal repayment math yourself' and explains why eligibility is easy to get wrong. It does not mention sibling alternatives or say when not to use the tool, so it stops short of full when/when-not guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the full burden and does so excellently. It clearly warns that the tool models only the loan side, omits tax costs that can reverse the answer, and explicitly states that this limitation appears in the tool's output. It also discloses the output is a side-by-side comparison with monthly and lifetime differences.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences long and front-loaded with the core purpose. Every sentence earns its place: the scenario and outcomes, the return summary, the essential tax caveat, and an explicit usage rule. There is no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a six-parameter calculator with no output schema, the description provides the necessary decision context: married/IDR eligibility, the two filing statuses, the monthly and lifetime outputs, and a built-in disclaimer. However, it does not specify the exact output shape or assumptions about which IDR plan applies, leaving minor gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters3/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema descriptions already cover 100% of parameters with detailed entries, so the baseline is 3. The tool description adds general context by explaining the role of spouse income in the filing decision, which slightly reinforces the meaning of spouseAgi, but it does not add unique meaning for balance, ratePct, loanType, or dependents.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'prices' and clearly identifies the resource: the married filing-jointly vs separately decision under an income-driven federal student loan plan. It explains the comparison and result (monthly and lifetime cost difference), and the context distinguishes it from the sibling tools that focus on plan choice or RAP payment estimation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines4/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit context for when to use this tool ('For a MARRIED borrower on an income-driven federal student loan plan') and directs the agent to 'Use it whenever a married borrower asks about IDR, RAP, PSLF or how to file.' It does not name alternative tools or provide a when-not-to-use statement, and the broad 'asks about IDR' phrase could invite overuse, so it is strong but not top-scoring.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
- Behavior5/5
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the sliding 1%–10% scale, the $50 dependent deduction, the $10 minimum, and warns that assuming zero income returns the $10 floor and looks like a real answer. This is rich, honest behavioral context that prevents misuse.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Conciseness5/5Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, each earning its place: the first defines the tool's purpose, the second explains the underlying calculation logic and pitfalls, and the third gives the critical usage instruction. No filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Completeness4/5Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description provides all necessary input-handling guidance and behavioral warnings for a calculation tool. Since there is no output schema, it does not describe the return format or units, but for a simple monthly payment estimate the output is reasonably inferable, and the calculation method is fully specified.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Parameters4/5Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so all parameters are documented in the schema. The description goes further by emphasizing that annualIncome must be actively requested and never defaulted, and by explaining the consequence of a zero value. This adds meaning beyond the schema's field-level descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Purpose5/5Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Calculates') and resource ('the monthly payment under RAP'), and clarifies exactly what RAP is, distinguishing it from older IDR rules. This clearly differentiates it from the sibling comparison tools, which focus on comparing plans rather than estimating a payment.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Usage Guidelines3/5Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives an explicit prerequisite ('Requires the borrower's annual AGI') and instructs the agent to ask rather than assume, which is practical guidance. However, it does not explicitly state when to choose this tool over the sibling comparison tools, leaving that routing decision implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues.
- Evaluate tool definition quality.
Our badge communicates server capabilities, safety, and installation instructions.
Card Badge
Copy to your README.md:
Score Badge
Copy to your README.md:
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Finology-tech/finology-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server