Skip to main content
Glama

List or Search My Business

list_my_business
Read-only

List communities managed by the authenticated Nas.com user. Provide query to search by community title, slug, or code. Business and community refer to the same thing and are interchangeable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
pageNoNo
sortByNo
pageSizeNo
sortOrderNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description's addition that it lists items for the authenticated user provides some context. However, it does not disclose behavioral details like pagination behavior, empty results handling, or rate limiting, which would add value beyond the annotations.

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 consists of two concise sentences with no redundant information. It is front-loaded with the main purpose. However, it could benefit from structuring to list parameters explicitly.

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 5 parameters and no output schema, the description should at least hint at return format or pagination behavior. It does not explain that 'query' is optional, how sorting works, or what the response contains, making it incomplete for an agent to use effectively.

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?

With 0% schema description coverage, the description must compensate for all parameters. It only mentions the 'query' parameter and its search capabilities, ignoring pageNo, pageSize, sortBy, and sortOrder entirely. This leaves most parameters semantically unexplained.

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

Purpose4/5

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

The description clearly states it lists communities managed by the authenticated user and supports optional query search by title, slug, or code. It also clarifies that 'business' and 'community' are interchangeable. However, it fails to differentiate from the sibling tool 'list_my_communities', which likely has identical functionality.

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, nor does it specify prerequisites or context for invocation. It mentions the query parameter but does not explain when pagination or sorting parameters should be used.

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