Skip to main content
Glama
m2nho
by m2nho

start_collection

Start collecting hospital and clinic leads from Google Maps, including WhatsApp contacts. Returns instantly; collection runs 20–40 min, so verify progress with check_collection.

Instructions

구글 맵에서 병원·클리닉을 수집하고 WhatsApp 연락처를 찾는 작업을 시작한다.

즉시 반환한다. 실제 수집은 20~40분 걸리므로 check_collection으로 진행을 확인하라.

Args: keyword: 검색어. 현지어가 훨씬 잘 나온다 (인니 'klinik', 베트남 'phòng khám'). 실측상 종합병원('rumah sakit')보다 클리닉('klinik')의 수확률이 5배 높다. region: 전화번호 정규화 기준 ISO 국가코드 (ID, VN, PH, US ...). lat: 검색 중심 위도. 도시명을 좌표로 바꿔서 넘겨라. lng: 검색 중심 경도. radius_km: 격자가 덮을 반경. grid: 한 변의 타일 수. 구글 맵은 검색당 약 120건에서 잘리므로 넓은 지역은 격자로 쪼갠다. limit: 수집할 최대 장소 수. 0이면 제한 없음. lang: 구글 맵 UI 언어. crawl: 웹사이트를 훑어 WhatsApp 링크를 찾을지. 끄면 훨씬 빠르지만 confirmed가 거의 나오지 않는다 (실측 0.5% 대 47%).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes
lngYes
gridNo
langNoen
crawlNo
limitNo
regionYes
keywordYes
radius_kmNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations present, the description carries the behavioral burden. It honestly discloses that the function returns immediately while the real work takes 20–40 minutes, and that disabling crawl is faster but drastically reduces confirmed results. This is valuable async-behavior context beyond the schema.

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 front-loaded with the core action and async behavior, followed by a well-organized Args list. Each line adds practical value, especially the measurements and field tips, so no sentence feels wasted for a 9-parameter tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is strong for parameters and async behavior, but it does not specify what the immediate return value contains. Since there is no output schema and the agent likely needs a collection ID to pass to check_collection or cancel_collection, this is a meaningful gap in an otherwise complete description.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must fully explain parameters. It does: keyword includes language and empirical yield tips, region is tied to phone normalization, lat/lng requires coordinates, grid explains Google Maps' ~120-result truncation, and crawl quantifies the tradeoff. Every parameter receives meaningful, actionable guidance.

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 states a specific action: starting a Google Maps collection of hospitals/clinics while looking for WhatsApp contacts. It clearly distinguishes start_collection from its siblings like check_collection and cancel_collection by emphasizing that it launches a long-running task and returns immediately.

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 gives explicit guidance to use check_collection to monitor progress, and explains practical tradeoffs like crawl on/off affecting speed and confirmed-rate. It does not exhaustively contrast with all siblings, but the key alternative flow is clearly indicated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/m2nho/sourcing'

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