Skip to main content
Glama

Get Business

get_community
Read-only

Get details for a community visible to the authenticated Nas.com user. Business and community refer to the same thing and are interchangeable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
communityIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.7/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the description's mention of visibility adds minor context. It does not contradict annotations but adds no behavioral details beyond what annotations provide.

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

Conciseness4/5

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

The description is remarkably concise—a single sentence with no fluff. However, the brevity comes at the cost of missing essential contextual information, slightly reducing effectiveness.

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 absence of an output schema, the description should clarify what 'details' are returned, but it only says 'details for a community.' It also fails to address the duplicate nature with 'get_business,' leaving the tool's role ambiguous.

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

Parameters2/5

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

The single parameter 'communityId' is not explained in the description, despite 0% schema description coverage. The description omits any hint about how to specify the parameter, leaving the agent reliant solely on the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves details for a community visible to the authenticated user, but the title 'Get Business' conflicts with the tool name 'get_community', causing confusion. Additionally, the description does not differentiate from the sibling 'get_business' tool, which appears to serve a similar purpose.

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?

No guidance is provided on when to use this tool versus alternatives like 'get_business' or other 'get_*' siblings. The description lacks contextual cues for selecting this tool over others.

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