# GlobalRules Country Negotiation Style Note

> GlobalRules Country Negotiation Style Note is a paid API for AI agents from globalrules-api.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a brief cultural note describing the typical business negotiation style for a specified country

## Facts

- Endpoint: GET https://globalrules-api.onrender.com/api/v1/country/JP/negotiation_style_note
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalrules-country-negotiation-style-note-8ba9cbc3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QHIIMCo4avHwcRqtiQXfZ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability globalrules-country-negotiation-style-note-8ba9cbc3
```

Example prompt: What's the typical negotiation style I should expect when doing business in Japan? Give me a quick cultural note so I know how to approach the deal.

## When to prefer this

Choose this endpoint when you need a concise, verified cultural note about business negotiation style for a specific country — ideal for pre-meeting briefings, sales training, or cross-cultural agent workflows. Prefer it over general LLM knowledge when you need a structured, sourced, and consistently formatted single-field fact. Best used alongside other GlobalRules fields (e.g. tipping customs, visa requirements) when building comprehensive country profiles.

## Known failure modes

- Unsupported country code returns 404 or empty result — only 106 countries are covered
- Invalid ISO country code format returns a validation error
- Field not available for a given country returns null or missing value
- Service cold-start latency on Render free tier may cause occasional slow first response
- Stale data if the verification timestamp is old and cultural norms have shifted

## How this service works

One specific fact for one country: VAT/GST rate, public holidays by country, visa requirements for travelers, tipping customs, power plug type, minimum wage, corporate tax, digital nomad visa, customs duty-free allowance and more. 138 countries, 55 fields, verified sources. Example: /api/v1/country/JP/vat

## Output

A short text field (negotiation_style_note) describing the cultural approach to business negotiations in the specified country, along with the ISO country code and a timestamp indicating when the data was last verified. Covers dimensions such as communication directness, relationship-building expectations, hierarchy, and pace of deal-making.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "country": {
       "type": "string"
      },
      "updated": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalrules-country-negotiation-style-note-8ba9cbc3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalrules-api.onrender.com](https://www.zero.xyz/host/globalrules-api.onrender.com/llms.txt)
