num
Server Details
Travel places directory by 5arz: search 2.5M places, submit businesses and promos (human-reviewed).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
5 toolsnum_get_placeGet place detailsARead-onlyIdempotentInspect
Full record for one place by place_id. Counts against your daily read quota.
| Name | Required | Description | Default |
|---|---|---|---|
| place_id | Yes | The place_id returned by num_search_places. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, reducing the burden on the description. The description adds value by disclosing the quota cost ('Counts against your daily read quota'), which is a behavioral trait not captured by annotations. It does not discuss rate limits or response format, but given the annotation coverage, this is above adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with zero wasted words. The first sentence front-loads the core purpose ('Full record for one place by place_id'), and the second adds a key constraint. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has low complexity (one parameter, no enums, no nested objects). However, with no output schema, the description should compensate by describing the return value. It says 'Full record' but does not outline what fields the record contains. The quota warning is present. The description is adequate but leaves a gap regarding the output structure.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: the input schema already documents the single parameter (place_id) with a description. The tool description does not add further semantic meaning for the parameter. Per the scoring rule, with high schema coverage, the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states 'Full record for one place by place_id' which uses a specific verb ('get' is implied) and clearly identifies the resource (place by unique ID). It distinguishes itself from sibling tools like num_search_places (which returns multiple results) and num_list_submissions (which is about submissions).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions a usage constraint ('Counts against your daily read quota') but does not explicitly state when to use this tool versus alternatives such as num_search_places. The input schema references place_id from num_search_places, implying a prior search step, but no clear 'when to use / when not to use' guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
num_list_submissionsList your submissionsARead-onlyIdempotentInspect
Everything you have submitted and what a reviewer decided. Free and unmetered.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| status | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, destructiveHint=false, covering safety and side-effect profile. The description adds that it is 'free and unmetered', which is useful cost context beyond annotations, but does not elaborate on response format, pagination, or any potential side-effects or auth requirements. With strong annotations, the added value is modest but adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single clear sentence, front-loaded with the core purpose and adding the 'free and unmetered' note. It conveys essential information without waste, making it very concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has 3 optional parameters, no output schema, and is a simple listing operation with strong annotations. The description covers the purpose and cost, but does not specify the response shape, pagination behavior, or parameter semantics. For a simple read-only list with an intuitive schema, this is adequate but not fully complete; it could benefit from mentioning that status filters results and that limit/offset are for pagination.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, meaning the description does not explain any of the three parameters (limit, offset, status). However, the schema itself has clear names and types: limit has min/max, offset is an integer, and status is an enum with obvious values. The description's mention of 'submissions' and 'reviewer decided' gives context but not parameter-specific meaning. Baseline 3 is appropriate because the schema is fairly self-documenting, though description could add value by mentioning that status filters by submission state.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The title and description clearly state this lists a user's submissions, with the description adding that it includes reviewer decisions. It is distinct from siblings like num_submit_business and num_submit_promo, which are for creating submissions, and num_search_places which searches places, so it differentiates well.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies a read-only listing of submissions with reviewer decisions, which fits with the readOnlyHint. It does not explicitly state when to use this versus alternatives, but sibling names make it apparent that this is the listing tool while others are for submission or searching. However, no exclusions or alternative recommendations are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
num_search_placesSearch placesARead-onlyIdempotentInspect
Search NUM's directory of 2.5 million places across 77 destinations in 38 countries — restaurants, bars, hotels, spas, tours, shops. Give at least one of q, city, country or category. Counts against your daily read quota.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free text matched against the place name. | |
| city | No | City or destination, e.g. 'Phuket', 'Edinburgh', 'Bangkok', 'London'. | |
| limit | No | Max results, default 20, cap 50. | |
| country | No | ISO-2 country code, e.g. 'TH' or 'GB'. | |
| category | No | e.g. 'Restaurant', 'Bar', 'Hotel', 'Spa', 'Tour'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description notes that the tool 'Counts against your daily read quota,' which is a behavioral detail beyond the annotations (readOnlyHint, idempotentHint, etc.). The annotations already indicate it is read-only and non-destructive, so the description adds useful quota information without contradicting anything.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: one clearly stating purpose and scope, the second providing usage constraint and a behavioral note. Every sentence is informative and non-redundant. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there is no output schema, the description does not detail return format, but the annotations (openWorldHint) suggest flexibility. The tool has only 5 parameters, all documented, and the description is sufficient for an agent to invoke it correctly. It covers purpose, constraint, and quota impact, but could optionally hint at pagination or default behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema description coverage, the schema already documents all parameters thoroughly. The description adds minor value by summarizing the requirement (give at least one of q, city, country or category), but this is already inferable from the schema's lack of required parameters. A 4 is justified as the description does not conflict or add major new semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches a directory of 2.5 million places across many destinations, listing specific examples like restaurants, bars, hotels, etc. It distinguishes itself from siblings, such as num_get_place which likely retrieves a specific place, by focusing on search functionality.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool — to search for places — and provides a clear prerequisite: at least one of q, city, country, or category must be given. It does not explicitly mention when not to use it or name alternative tools, though the sibling list provides context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
num_submit_businessSubmit a business for reviewAInspect
Submit a business to NUM. Free and unmetered. The submission is reviewed by a person at 5arz before any traveller sees it — nothing you send goes live automatically. Say honestly whether you own the business, were engaged by it, or are simply adding one you know of. Never invent contact details.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| name | Yes | Trading name as it appears on the door. | |
| No | Only if the business has published it. Do not derive it from the domain name. | ||
| hours | No | ||
| phone | No | ||
| address | No | ||
| country | Yes | ||
| website | No | ||
| vertical | No | restaurant, cafe, bar, hotel, spa, boat, tour, shop, transport, clinic, gym, attraction, other… | |
| languages | No | ||
| description | No | ||
| price_range | No | ||
| callback_url | No | NUM POSTs the review decision here. | |
| external_ref | No | Your own reference for this business. Re-sending it edits the pending submission instead of creating a duplicate. | |
| relationship | Yes | 'owner' if you run it, 'authorized_agent' if the owner engaged you, 'third_party' if you neither own nor represent it. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide readOnlyHint=false and destructiveHint=false. The description adds key behavioral traits: the submission is reviewed by a person and nothing goes live automatically. However, it does not explain the callback_url mechanism, idempotency behavior (despite external_ref hinting at it), or what happens after submission. Some transparency is provided, but gaps remain.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences, tightly packed with meaningful information: purpose, freeness, review process, ethical guidelines. No filler. Front-loaded with the core action. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 15 parameters, no output schema, and a callback mechanism, the description lacks important context. It does not explain the response format, the callback flow, or the external_ref idempotency feature. While the human review note is useful, the tool's full workflow is not conveyed, leaving an agent underinformed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is low (40%). The description adds generic semantics for relationship and contact parameters (e.g., 'Say honestly whether you own the business' and 'Never invent contact details'), but does not detail each of the 15 parameters or explain optional fields like callback_url or external_ref beyond what the schema already describes. The contribution is marginal.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Submit a business to NUM' with a specific verb and resource. It distinguishes from sibling tools like num_search_places and num_list_submissions by focusing on submission for review. The additional context of free/unmetered and human review reinforces its unique role.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides ethical usage guidance (e.g., 'Say honestly whether you own the business' and 'Never invent contact details') but does not explicitly compare to sibling tools like num_submit_promo or state when not to use this tool. The guidance is helpful but lacks direct alternatives or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
num_submit_promoSubmit a promotion for reviewAInspect
Post a promotion, special, event or ad against a business you already submitted. Free and unmetered, and reviewed by a person before it is shown to anyone.
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| terms | No | ||
| title | Yes | The single line a traveller reads. | |
| detail | No | ||
| ends_at | No | ||
| promo_ref | No | Your own reference for this promotion, for idempotent edits. | |
| starts_at | No | 2026-08-01 or 2026-08-01T18:00:00Z. | |
| discount_pct | No | ||
| external_ref | No | Alternative to submission_id: the reference you used for the business. | |
| submission_id | No | From num_submit_business. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds valuable behavioral context beyond annotations: 'Free and unmetered, and reviewed by a person before it is shown to anyone.' This clarifies costs, rate limits, and human review. No contradiction with annotations is present. However, it does not disclose aspects like response time or what happens if the business is missing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a concise two-sentence structure, front-loaded with the primary action. Every sentence adds value: the first states what the tool does, the second adds important behavioral traits. No fluff or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 10 parameters and no output schema, the description is too brief. It does not explain the return value, the human review timeline, required prerequisites (e.g., business must exist), or how to handle the `kind` enum. The description lacks sufficient context for an agent to use the tool confidently.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at 50% (5 of 10 parameters described), the description does not compensate. It only mentions needing a business but does not clarify which parameter (`submission_id` or `external_ref`) to use, nor does it explain the meaning of `kind` values or other parameters. The description adds minimal parameter guidance.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'post' and the resource 'promotion, special, event or ad' attached to a previously submitted business. It distinguishes this from siblings like `num_submit_business` by specifying the requirement of an existing business, making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for adding promotions to already-submitted businesses ('against a business you already submitted'), but it does not explicitly state when to use this versus alternatives (e.g., `num_submit_business` for new businesses). No when-not-to-use guidance is provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- First observed
num_get_place - First observed
num_list_submissions - First observed
num_search_places - First observed
num_submit_business - First observed
num_submit_promo
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Search and discover local businesses. 30+ categories with verified contact info, hours, and reviews.
Search and explore a global travel points-of-interest catalog (cities, countries, POIs).
Directory and marketplace of local businesses and independent professionals near you.
Your personal AI travel concierge — flights, hotels, 116M+ POIs, visas, weather & more
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceTravel places directory by 5arz: search 2.5M places, submit businesses and promos (human-reviewed).MIT
- AlicenseAqualityDmaintenanceSearch for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP61MIT
- FlicenseNot gradedqualityNot gradedmaintenanceSearch for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IP-
- FlicenseNot gradedqualityDmaintenanceThe owner-verified local business data + service & menu-price layer for AI agents. Owner-authored business profiles where every response carries provenance — verification level, completeness score, freshness timestamps, and upstream sources. * Search & profiles — find businesses by name, category, city, or geo-radius; full profiles with contacts, hours, media, ratings. * Price layer-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: retrieving a place, searching places, submitting a business, submitting a promo, and listing submission outcomes. There is no overlap or ambiguity between them.
All tools follow the same verb_noun pattern with the 'num_' prefix: get_place, list_submissions, search_places, submit_business, submit_promo. This is perfectly consistent and predictable.
Five tools is well-scoped for a directory and submission service. Each tool covers a necessary action without redundancy or bloat.
The set covers the full workflow: discovering places (search), retrieving details (get), submitting new businesses and promos (submit), and monitoring submission decisions (list). No obvious gaps remain for the stated purpose.