Skip to main content
Glama
arjun1194

belong-mcp

by arjun1194

get_flat_access

Get current flat access details: buggy service status, CometChat auth, electricity meter, feature flags, and more. Use this data to monitor and manage your flat's access.

Instructions

Get current flat access details: buggy service status, cometchat auth, electricity meter, feature flags, and more

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. The verb 'Get' indicates a read operation, and the enumeration of included data (buggy service, cometchat auth, electricity meter) provides some insight. However, it doesn't disclose authentication requirements, potential errors, or data freshness, which are relevant for a zero-parameter getter.

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 action and resource, then lists key examples. No redundant words or fluff.

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 simple 0-parameter getter, the description covers the main return components (buggy service status, cometchat auth, electricity meter, feature flags). The phrase 'and more' leaves some ambiguity about the full return set, and with no output schema, the agent cannot fully anticipate the response structure. Still, the core context is sufficient for most use cases.

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?

There are zero parameters, so parameter explanation is unnecessary. The baseline is 4, and the description correctly avoids inventing parameter details.

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 uses a specific verb 'Get' and identifies a distinct resource 'current flat access details' with concrete examples (buggy service status, cometchat auth, electricity meter, feature flags). This clearly separates it from siblings like get_module_access (module-level) and check_auth_status (auth status).

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?

Usage is implied: it's for flat-level access details rather than module-level or auth-only checks. However, there is no explicit when-to-use or when-not-to-use guidance, nor any mention of alternative 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/arjun1194/belong-mcp'

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