Skip to main content
Glama
SwipeBuilder-io

SwipeBuilder MCP Server

get_usage

Monitor your monthly API credit usage for SwipeBuilder, showing credits consumed, remaining balance, and billing period details.

Instructions

Get your API credit usage for the current month.

Args:
    api_key: Your SwipeBuilder API key. Optional if SWIPEBUILDER_API_KEY env var is set.

Returns:
    Dictionary with usage statistics including:
    - credits_used: Credits consumed this month
    - credits_limit: Monthly credit limit
    - credits_remaining: Credits still available
    - period_start: Start of billing period
    - period_end: End of billing period

Credit Usage: No credits consumed

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNo
Behavior3/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 states that no credits are consumed by using this tool, which is useful context, but does not cover other behavioral aspects like authentication needs beyond the API key note, rate limits, or error handling. It adds some value but is incomplete for a tool with no annotation coverage.

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 appropriately sized and front-loaded, starting with the core purpose, followed by structured sections for arguments and returns. Every sentence adds value, with no redundant information, making it efficient and easy to parse.

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 low complexity (1 optional parameter, no output schema, no annotations), the description is mostly complete: it covers purpose, parameters, returns, and behavioral notes. However, it lacks details on error cases or advanced usage scenarios, leaving minor gaps in contextual understanding.

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 input schema has 0% description coverage, but the description compensates by explaining the 'api_key' parameter's semantics: it's optional and can be set via an environment variable. This adds meaningful context beyond the schema, though it doesn't detail other potential parameters or constraints.

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 tool's purpose with a specific verb ('Get') and resource ('API credit usage for the current month'), distinguishing it from sibling tools that handle collections and swipes. It precisely defines what the tool retrieves without ambiguity.

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 provides clear context for when to use this tool (to check API credit usage), but does not explicitly mention when not to use it or name alternatives. It implies usage for monitoring billing, though lacks explicit exclusions or comparisons to other 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/SwipeBuilder-io/swipebuilder-mcp'

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