Skip to main content
Glama

Small Business Intelligence by Brick & Mortar

Business Teardown

business_teardown
Read-only

Full structured teardown of ONE named small business: digital presence, review signal, competitive position, pricing posture, visibility gaps, and prioritized, evidence-cited recommendations. The flagship tool — start here for any single-business question.

Example invocations:

  • "Run a teardown of Mucci's Italian in Saint Paul, MN"

  • "Tear down The Gray Duck Tavern (bar) in Minneapolis and tell me what's actually broken"

  • "I'm thinking about buying Sunrise Nails in Denver, CO — give me a teardown before I look deeper"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoCategory if known (e.g. 'nail salon', 'brewery taproom'). If omitted, step 2 of the procedure confirms it — don't guess from the name alone.
city_metroYesCity + state/region, e.g. 'Saint Paul, MN' — narrows the trade area and comp set.
business_nameYesThe business's name as it appears on its own signage/website, not a guess.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes
noticeNoPresent ONLY when the request was denied by usage policy instead of executed. When present, every other field is an empty placeholder and must not be reported as a framework.
caveatsYes
subjectNo
frameworkYes
output_schemaYes
quality_rubricYes
research_procedureYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already carry readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds value by disclosing the tool's scope ('digital presence, review signal, competitive position, pricing posture, visibility gaps') and that recommendations are 'evidence-cited', which goes beyond the annotations. No contradictions; the description is consistent with the read-only nature.

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 two short paragraphs: the first front-loads the purpose and key features in a single sentence, the second provides three succinct, relevant examples. No filler or repetition; every sentence earns its place.

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?

Given the tool's complexity (multi-aspect teardown) and that it has an output schema, the description sufficiently explains what it does and the kind of output (structured, evidence-cited recommendations). It could mention potential prerequisites or limitations (e.g., only small businesses, need for accessible data), but the 'flagship' framing and examples give enough guidance for an agent to call it correctly.

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 description coverage is 100% and each parameter is already well-described (e.g., business_name 'as it appears on its own signage/website', city_metro 'narrows the trade area and comp set', category with guidance on guessing). The description's examples reinforce usage but do not add new semantic detail beyond the schema. Baseline 3 applies because the schema carries the param meaning.

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 names the exact function ('full structured teardown of ONE named small business') and lists the concrete aspects it covers (digital presence, review signal, competitive position, pricing posture, visibility gaps, recommendations). It also declares itself 'the flagship tool — start here' which clearly distinguishes it from lower-level siblings like competitor_landscape or pricing_benchmark.

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?

It gives a clear directive ('start here for any single-business question') and three example invocations that illustrate reasonable scenarios (evaluating a business, diagnosing problems, pre-purchase diligence). It stops short of explicitly naming alternatives or stating when NOT to use it, but the flagship positioning implies it's the entry point, so an agent can infer when to pick it 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.

TDQS

A4.2/5.0
Disambiguation4/5

Most tools target clearly distinct tasks — teardowns, competitor mapping, pricing, reviews, visibility, and data lookup are all separable. The main ambiguity is that business_teardown is a comprehensive single-business tool that overlaps with local_visibility_audit, review_intelligence, and pricing_benchmark, and twin_cities_datasets vs twin_cities_records could be confused at first glance.

Naming Consistency4/5

Names are almost uniformly descriptive snake_case noun phrases like business_teardown, competitor_landscape, and market_opportunity_scan. The exceptions are compose_report and request_a_feature, which are verb-first, creating a minor but noticeable convention break.

Tool Count5/5

Twelve tools is well within the ideal range for a server with this scope. Each tool covers a meaningful part of the small-business investigation workflow, from research planning and data lookup to analysis, diligence, and report assembly.

Completeness4/5

The surface covers the full investigative lifecycle: data sourcing, market and competitor analysis, business teardown, pricing, reviews, local visibility, broker diligence, and client-ready reporting. Minor gaps exist around direct valuation/financial modeling and non-Twin-Cities dataset access, but data_source_atlas and request_a_feature help agents work around them.