Skip to main content
Glama

get_pricing

[NO KEY NEEDED] 이용 방법과 비용을 돌려줍니다 — 가입 절차, API 키 발급처, 무료 제공량, 크레딧 팩 가격(KRW/USD), 크레딧 1개로 무엇을 할 수 있는지, 결제 링크. 인증 없이 호출할 수 있습니다 — 처음 방문한 AI 에이전트는 이 도구로 접근 방법을 확인하세요. / How to get access and what it costs. Returns the sign-up flow, where to issue an API key, the free allowance, credit-pack prices (KRW/USD), what one credit buys, and direct checkout links. Callable without authentication — an AI agent arriving for the first time should call this to learn how to obtain access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoDefault en.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden and delivers the two most important facts: it is callable without authentication and it is the recommended first call for new agents, plus it lists what the response contains including checkout links. It stops short of 5 because nothing is said about response format, size, rate limits, or whether the pricing data is cached/live.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loads the key constraint ('[NO KEY NEEDED]') and each sentence earns its place, but the entire content is duplicated in Korean and English, roughly doubling the token footprint with no added information for a single-language reader.

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?

No output schema exists, so the description must describe return values — and it does, enumerating the sign-up flow, key issuance, allowances, prices, and checkout links. Combined with the no-auth disclosure, an agent has enough to decide to call it, though the shape/format of the returned data remains unspecified.

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% with a single optional enum parameter (lang: ko/en/''), so the schema already documents it. The description is written bilingually, which implicitly signals the language option, but it never explains what lang does or its default. Baseline 3 is appropriate when the schema does the heavy lifting.

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?

States a specific resource ('how to get access and what it costs') and enumerates exactly what comes back: sign-up flow, API-key issuance location, free allowance, credit-pack prices in KRW/USD, credit purchasing power, and checkout links. No sibling (ask, get_account, search, etc.) covers pricing or onboarding, so the 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/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives an explicit trigger: 'an AI agent arriving for the first time should call this to learn how to obtain access.' That is clear when-to-use guidance, but no when-not-to-use or alternative tool is named, so it stops short of full 5-level routing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources