Skip to main content
Glama
exthnet
by exthnet

get_quota_limits

Check your current quota and resource limits across user, group, and all scopes.

Instructions

Get quota and limit information for the current user.

Returns a dict with sections: USER, GROUP, ALL. Each section contains a list of {limit_name, limit, alloc} dicts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rscgrpNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It does mention the return format (a dict with sections), implying a read operation, but it does not explicitly state that the tool is read-only, lacks side effects, or requires any authentication/permissions. This is insufficient for full transparency.

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 concise and well-structured. It opens with a clear action statement, then briefly clarifies the return structure. Every sentence adds value, with no unnecessary detail or repetition, making it easy to scan and understand.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the existence of an output schema, the description need not detail return values, but it still leaves significant gaps: the sole parameter is undocumented, usage guidelines are missing, and no context is provided about when to use this tool. While the tool is simple, the description is incomplete for effective agent selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not mention the 'rscgrp' parameter at all. As a result, the description adds no meaning beyond the raw schema, failing to compensate for the low coverage. The parameter's purpose, allowed values, and effect on the output are completely unexplained.

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 and resource: 'Get quota and limit information for the current user.' It further details the return structure (sections USER, GROUP, ALL), making it distinct from sibling tools like get_resource_groups or list_resource_groups.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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, no prerequisites, and no mention of conditions under which it should be invoked. There is no reference to sibling tools or exclusions, leaving the agent to infer usage context solely from the name.

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/exthnet/tcs_mcp_claude'

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