Skip to main content
Glama
JMonde

TryBiut MCP

by JMonde

trybiut_dashboard_taxes

View your aggregated tax dashboard after logging in. Get a tax overview; subscription unlocks full details.

Instructions

Aggregated tax dashboard of the logged-in user. Requires login (+ subscription for full data).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden, and it does contribute by revealing login and subscription requirements. It does not explicitly state that this is a read-only operation or describe what aggregated data is shown, leaving some behavior implicit.

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?

A single sentence that front-loads the core purpose and immediately follows with access constraints. There is no filler and every phrase 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 tool with no output schema, the description is mostly sufficient: it names the resource, user scope, and access requirements. It could be slightly more explicit about what the aggregated data contains and that the call is read-only, but those gaps are small given the tool name and sibling context.

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 and the schema already fully covers this with 100% coverage. The description adds useful context about user scoping and access requirements, but there are no parameter semantics to clarify.

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 identifies this as an aggregated tax dashboard scoped to the logged-in user, distinguishing it from tax_calculate, tax_preview, tax_history, and reports_taxes in the sibling list. It lacks an explicit verb such as 'displays' or 'shows', but the noun 'dashboard' and the aggregation qualifier make the purpose unambiguous.

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?

It clearly states access prerequisites: login required and subscription needed for full data, which helps an agent determine whether the user is eligible. However, it does not explicitly say when to prefer this tool over alternatives like trybiut_tax_calendar or trybiut_reports_taxes, so usage guidance is contextual but not comparative.

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