Skip to main content
Glama

check_health_bulk

Bulk live/dead check for many accounts at once (max 20). Kiểm tra sống/chết HÀNG LOẠT (tối đa 20/lần): Facebook UID (số) hoặc username Instagram/Telegram/TikTok. Trả trạng thái từng cái + tổng hợp. IG/FB: nếu không check được (IP máy chủ bị chặn) các mục đó bị AUTO LOẠI vào "skipped" — truyền "proxy" riêng để check chuẩn.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesList of UIDs (Facebook) or usernames (IG/TG/TikTok). Danh sách UID/username (tối đa 20). Cũng chấp nhận 1 chuỗi ngăn cách bởi dấu phẩy/xuống dòng.
proxyNoOptional (recommended for IG/FB): YOUR own proxy, this request only, never shared. http(s)://user:pass@host:port or socks5://host:port. Tùy chọn (nên có cho IG/FB): proxy CỦA BẠN, chỉ request này.
platformNoPlatform to check. Nền tảng cần kiểm tra (mặc định facebook).

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden and does surface the important side effect that uncheckable IG/FB entries are auto-moved to 'skipped' and that a fresh proxy is honored per request. It also tells the agent the output includes per-item status plus a summary. It doesn't discuss rate limits or auth, but the most unusual behavior is revealed.

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

Conciseness3/5

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

The content is useful but duplicated across English and Vietnamese, so the same message is expressed twice. The proxy/skipped behavior is the only truly new addition beyond the schema; the rest could be tightened without loss for an agent.

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?

For a batch health-check tool with no output schema, the description gives a workable model: input formats, max batch, platform choices, proxy behavior, and return summary. Gaps like exact response fields and error handling are minor given the lack of an output schema.

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?

Since the schema already documents all 3 parameters at 100% coverage, the baseline is 3. The description adds value by explaining the consequence of omitting proxy (auto-skip on blocked IP) and reinforcing the 20-item cap, which helps an agent craft a valid request.

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 identifies a bulk live/dead check operation, names the supported platforms (Facebook UIDs, Instagram/Telegram/TikTok usernames), and sets a 20-item limit. The 'HÀNG LOẠT' emphasis and the name distinguish it from the single-check sibling check_live_facebook.

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 states this tool is for many accounts at once and gives a concrete conditional rule: for IG/FB, if the server IP is blocked, items are auto-skipped unless a proxy is provided. It doesn't explicitly route single checks to the sibling tool, so it stops short of a full when/when-not guide.

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

A3.7/5.0
Disambiguation3/5

Product discovery tools such as best_sellers, latest_products, recommend_products, and similar_products have related listing purposes and could be confused, though descriptions clarify sorting and filtering criteria. Social-check tools also overlap: check_live_facebook, deep_inspect, and check_health_bulk can all verify Facebook accounts. Most tools are distinct, but the boundaries are not always crisp.

Naming Consistency4/5

The dominant convention is snake_case verb_noun, e.g. buy_product, search_products, list_categories, check_order_status. A few names deviate, such as best_sellers, latest_products, similar_products, how_to_start, and deep_inspect, but they are still readable and predictable.

Tool Count3/5

With 19 tools, the set falls into the 16-25 heavy range and could be trimmed: there are nine product-listing/search/recommend tools and three overlapping social-check tools. The count is not extreme, and the combined commerce-plus-verification scope is covered, but it feels heavier than necessary.

Completeness4/5

The core commerce workflow is complete: discover products, quote, confirm purchase, check order status, and view balance. Minor gaps include no order-history tool, no cancellation tool, and no actual top-up execution, but these are workaroundable for the stated shop purpose.

Resources