check_balance
Get the Rixot account balance (USD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get the Rixot account balance (USD).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden of indicating read-only behavior. The verb 'Get' implies a non-destructive operation, and the currency detail adds context. However, it does not disclose any additional behavioral traits such as authentication requirements, data freshness, or potential errors, leaving the transparency at a baseline level.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence that conveys the essential purpose without any waste. Every word adds value, and it is front-loaded with the verb and resource.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (no parameters, no output schema, and a straightforward read operation), the description is fully complete. It tells the user exactly what the tool does and in what currency, which is sufficient for a balance-check utility.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. The description does not need to explain parameter semantics, and it correctly omits any parameter details. The schema already covers 100% of the (empty) parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Get' with a clear resource 'Rixot account balance' and specifies the currency (USD). It distinguishes itself from sibling tools like get_article_prompt and get_basket, which target different resources.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention that this is the direct way to check funds before ordering, nor does it exclude any scenarios. Since siblings are unrelated, but no explicit usage context is given, this dimension is lacking.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool targets a distinct resource and action: balance, prompt template, basket contents, donor search, link list, order creation, and publishing. Even get_basket and list_links are clearly separated by pre-publish vs post-publish state.
All tool names follow a consistent verb_noun pattern in snake_case (check_balance, list_donors, order_backlink, publish_basket). The verbs are varied but appropriate to each operation.
7 tools is a well-scoped number for a backlink marketplace workflow. Each tool earns its place, covering balance, research, ordering, review, and publishing.
The core lifecycle is covered: check balance, find donors, add to basket, inspect basket, publish, and list results. A minor gap is the lack of a remove-from-basket tool or any way to update/cancel orders, but the main flow is complete.