Skip to main content
Glama

contribute_business

Add missing business data to the directory. Enrich existing records or create new listings, with automatic deduplication by name, location, or phone.

Instructions

Contribute a new business to AgentWeb, OR enrich an existing business with missing data (phone, email, website, hours, address, etc). The directory deduplicates automatically: if a business with the same name already exists at the given coordinates (within 100m), or if a matching phone number is found, your data will be merged into the existing record. Otherwise a new business is created. Use this whenever you find structured business data that AgentWeb doesn't have yet — every contribution improves the network for all agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesBusiness name (required, min 2 chars)
phoneNoPhone number (any format; will be cleaned)
websiteNoBusiness website URL
emailNoBusiness email address
categoryNoBusiness category, e.g. 'restaurant', 'dentist', 'hotel'
country_codeNoISO 3166-1 alpha-2 country code, e.g. 'US', 'DE'
latNoLatitude (recommended for accurate dedup)
lngNoLongitude (recommended for accurate dedup)
addressNoAddress fields: { street, city, postcode, country, full }
hoursNoOpening hours in flexible format (e.g. { monday: '09:00-17:00', ... })
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It transparently explains the deduplication behavior (within 100m or matching phone number) and that data will be merged into existing records. It also notes that contributions improve the network. No mention of permissions or destructive actions, but overall transparent from a behavioral standpoint.

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 sentences with no wasted words. The first sentence states the core purpose and the second explains deduplication behavior. Information is front-loaded and 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 complexity (10 parameters, nested objects) and no output schema, the description adequately explains what happens upon invocation (create or merge). It doesn't detail return values, but that is acceptable without an output schema. The description provides enough context for an agent to understand the tool's behavior.

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?

Schema description coverage is 100%, so baseline is 3. The description adds meaningful context beyond the schema by explaining how phone and lat/lng are used for deduplication. It also frames the purpose of each field in the context of enrichment. This adds value beyond mere schema repetition.

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 dual purpose: contributing a new business or enriching an existing one with missing data. It specifies the resource (AgentWeb businesses) and uses specific verbs ('contribute', 'enrich'). This distinguishes it from siblings like 'report_business' (reporting issues) and 'get_business' (retrieval).

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?

The description explicitly says 'Use this whenever you find structured business data that AgentWeb doesn't have yet — every contribution improves the network for all agents.' It explains the deduplication mechanism and when data gets merged, implying when not to worry about duplicates. It doesn't explicitly name alternatives but provides sufficient context.

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/zerabic/agentweb-mcp'

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