Global Gender Equality Data
Freshness
Last updated: 2026-06-24.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
What This Tool Does
Dive into gender equality data for any country in the world. Explore labor force participation gaps, education parity, political representation, legal rights scores, and maternal health outcomes. Compare male and female indicators side by side, track progress over time, and see how countries measure up on gender parity — all from a comprehensive global data set.
Product Instructions
Gender Equality Data
Overview
Query World Bank gender equality and women's empowerment indicators for any country or region. Access data on labor force participation gaps, education parity indices, political representation, legal framework scores, maternal health, economic empowerment, and attitudes toward violence against women. All indicators are aligned with SDG 5 (Achieve gender equality and empower all women and girls). Data sourced from the World Bank Data360 API and Women, Business and the Law Database.
Actions
query_gender_data
Query gender equality indicators by country/region and gender aspect.
Required Parameters:
| Parameter |
Type |
Description |
action |
string |
Must be "query_gender_data" |
country_or_region |
string |
Country name or region. Examples: "Rwanda", "India", "United States", "Africa", "Latin America" |
Optional Parameters:
| Parameter |
Type |
Default |
Description |
gender_aspect |
string |
"all" |
Specific gender dimension to query. One of: "labor", "education", "political", "legal", "health", "economic", "violence", "all" |
calculate_gaps |
boolean |
true |
Automatically calculate gender gaps (male minus female) where male/female pairs exist |
time_period |
string |
"latest" |
Time period for data. Accepts: "latest", a single year like "2020", a range like "2010:2020", or shorthand "last5" / "last10" |
Gender Aspects:
labor -- Female and male labor force participation rates, female-to-male ratio, employment rates by gender
education -- Female and male adult literacy rates, Gender Parity Index (GPI) for primary, secondary, and tertiary education enrollment
political -- Proportion of parliamentary seats held by women (%), proportion of women in ministerial positions (%)
legal -- Women, Business and the Law Index (0-100 scale measuring legal protections and economic opportunities)
health -- Maternal mortality ratio (per 100,000 live births), adolescent fertility rate, contraceptive prevalence, antenatal care coverage, skilled birth attendance
economic -- Financial account ownership by gender (%), female firm ownership (%)
violence -- Attitudes toward intimate partner violence (% of women who believe husband is justified in beating wife)
all -- All available indicators combined
Example: Political representation in Rwanda
{
"action": "query_gender_data",
"country_or_region": "Rwanda",
"gender_aspect": "political",
"time_period": "latest"
}
Example: Labor force gender gaps in India
{
"action": "query_gender_data",
"country_or_region": "India",
"gender_aspect": "labor",
"calculate_gaps": true,
"time_period": "latest"
}
Example: Education parity trends in Sweden
{
"action": "query_gender_data",
"country_or_region": "Sweden",
"gender_aspect": "education",
"time_period": "2010:2023"
}
Example: Full gender equality profile for Africa
{
"action": "query_gender_data",
"country_or_region": "Africa",
"gender_aspect": "all",
"time_period": "latest"
}
Example: Maternal health in the United States
{
"action": "query_gender_data",
"country_or_region": "United States",
"gender_aspect": "health",
"time_period": "latest"
}
Example: Legal framework without gap calculations
{
"action": "query_gender_data",
"country_or_region": "Saudi Arabia",
"gender_aspect": "legal",
"calculate_gaps": false
}
Example: Economic empowerment for a specific year
{
"action": "query_gender_data",
"country_or_region": "Kenya",
"gender_aspect": "economic",
"time_period": "2021"
}
Workflows
Comprehensive Gender Equality Report
- Call
query_gender_data with gender_aspect: "all" and calculate_gaps: true for a full country profile.
- The response includes indicators across all dimensions, gender gap calculations, contextual interpretations, and SDG 5 alignment summary.
Cross-Country Comparison
- Call
query_gender_data for each country with the same gender_aspect and time_period.
- Compare gender gaps, interpretation levels (e.g., parliamentary representation thresholds), and indicator values side by side.
Gender Gap Trend Analysis
- Call
query_gender_data with a time_period range (e.g., "2005:2023") and calculate_gaps: true.
- For time-series requests, the response includes year-by-year data points for tracking gap evolution.
SDG 5 Progress Assessment
- Call
query_gender_data with gender_aspect: "all" to get all SDG 5-aligned indicators.
- Review the interpretations against SDG targets (e.g., maternal mortality below 70 per 100,000, parliamentary parity).
Regional Gender Landscape
- Call
query_gender_data with a region name (e.g., "Africa", "Latin America", "Middle East") and gender_aspect: "all".
- The response provides regional aggregate indicators weighted by population.
Notes
- Gender gap calculation: When
calculate_gaps is true, the tool calculates absolute gap (male - female), percentage gap ((gap / male) * 100), and interpretation: "Near parity" (gap < 1 point), "Male advantage" (male > female), or "Female advantage" (female > male). Gaps are calculated for labor force participation, adult literacy, and financial inclusion.
- Gender Parity Index (GPI): For education indicators, GPI values of 0.97-1.03 are interpreted as "Gender parity achieved". Values below 0.97 indicate female disadvantage; above 1.03 indicate female advantage. GPI is reported for primary, secondary, and tertiary enrollment.
- Parliamentary representation thresholds: Interpreted as "Gender parity achieved" (>= 50%), "Strong representation" (40-50%), "Approaching critical mass" (30-40%), "Moderate representation" (20-30%), "Low representation" (10-20%), or "Very low representation" (< 10%).
- Women, Business and the Law Index: Scored 0-100 (higher is better). Interpreted as "Excellent legal framework" (90-100), "Strong legal protections" (80-90), "Good protections" (70-80), "Moderate protections" (60-70), "Weak protections" (50-60), "Very weak legal framework" (< 50).
- Maternal mortality interpretation: "SDG target achieved" (< 70 per 100,000), "Above target but relatively low" (70-140), "Moderate" (140-300), "High" (300-500), "Very high" (> 500). SDG 3.1 target is below 70 per 100,000 live births.
- Country input: Accepts common country names (e.g.,
"United States", "South Korea"), and supports partial matching. Unrecognized countries return a descriptive error.
- Supported regions:
"World", "Africa", "Asia", "Europe", "Latin America", "Middle East", "North America".
- Supported countries: 190+ World Bank member countries including all major economies, African nations, Asian countries, European countries, Latin American countries, and Middle Eastern countries.
- SDG 5 alignment: Every response includes an
sdg_alignment section referencing SDG 5 and its targets (5.1 through 5.c) on gender equality, violence elimination, and women's empowerment.
- time_period validation: Accepts
"latest", "last5", "last10", a 4-digit year, or a YYYY:YYYY range. Invalid formats return a validation error.
- Concurrency: Indicator fetches are batched concurrently (up to 10 simultaneous API calls) for performance.
- Data availability: World Bank data may lag 1-3 years behind the current year. Some indicators are not collected in all countries. Regional aggregates are weighted by population.
- Values are rounded to 2 decimal places where applicable.
- Data source: World Bank Data360 (World Development Indicators) and Women, Business and the Law Database, updated regularly.
When To Use
- Use this skill for
Global Gender Equality Data on AgentPMT.
- Use it when an agent needs this specific tool's behavior, schema, inputs, outputs, and invocation shape.
- Search and activation keywords: global gender equality data, gender equality women s empowerment, analyze gender gaps in labor force participation, compare education parity across countries, research women's political representation, track maternal health outcomes by region, query gender data, country or region.
- Supported action names:
query_gender_data.
Use Cases
- Analyze gender gaps in labor force participation
- Compare education parity across countries
- Research women's political representation
- Track maternal health outcomes by region
- Evaluate legal rights and Women Business and Law scores
- Study economic inclusion and financial access by gender
- Monitor progress toward SDG 5 targets
- Assess attitudes toward violence against women
- Compare male vs female employment rates
- Research reproductive health indicators
Categories And Industries
No categories or industry tags are published for this tool.
Actions And Schema
Complete generated action schema: ./schema.md.
Supported action count: 1.
x402 availability: not enabled for this product.
query_gender_data (action slug: query-gender-data): Query World Bank gender equality and women's empowerment indicators by country/region and gender aspect. Returns data on labor force participation gaps, education parity indices, political representation, legal framework scores, maternal health, economic empowerment, and attitudes toward violence. Includes automatic gender gap calculations and SDG 5 alignment. Price: 100 credits. Parameters: calculate_gaps, country_or_region, gender_aspect, time_period.
Live Schema And Examples
Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.
- Exact schema: call
agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "gender-equality-women-s-empowerment".
- Detailed examples: call
agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "gender-equality-women-s-empowerment", or call this product with action: "get_instructions" when the product tool is already selected.
- Treat returned live schema and instructions as more specific than this generated summary.
MCP schema lookup through the main AgentPMT MCP server:
{
"method": "tools/call",
"params": {
"name": "AgentPMT-Tool-Search-and-Execution",
"arguments": {
"action": "get_schema",
"tool_id": "gender-equality-women-s-empowerment"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "gender-equality-women-s-empowerment"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "gender-equality-women-s-empowerment"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "gender-equality-women-s-empowerment"
}
}
Call This Tool
Product slug: gender-equality-women-s-empowerment
Marketplace page: https://www.agentpmt.com/marketplace/gender-equality-women-s-empowerment
- AgentPMT account route: first use
../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.
- x402 route: not enabled for this product.
- AgentPMT overview: use
../what-is-agentpmt for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.
If those setup skills are not installed beside this product skill, use the downloads below.
Core AgentPMT setup skills:
- What AgentPMT is: ../what-is-agentpmt
- AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup
skills.sh install script:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
MCP call shape after the main AgentPMT MCP server is connected:
{
"method": "tools/call",
"params": {
"name": "Global-Gender-Equality-Data",
"arguments": {
"action": "query_gender_data",
"calculate_gaps": true,
"country_or_region": "example country or region",
"gender_aspect": "all",
"time_period": "latest"
}
}
}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{
"name": "gender-equality-women-s-empowerment",
"parameters": {
"action": "query_gender_data",
"calculate_gaps": true,
"country_or_region": "example country or region",
"gender_aspect": "all",
"time_period": "latest"
}
}
Use the setup skill for the account connection details before making REST calls.
Response Handling
- Treat the returned JSON as the source of truth for this tool call.
- If the response includes warnings or correction targets, apply them before retrying.
- If the response includes a
passed or success-style boolean, use it as the workflow gate.
- If validation fails or the response shape is unclear, call
get_schema or get_instructions before retrying.
- If
query_gender_data fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.
Security
- Do not place account secrets, wallet private keys, mnemonics, signatures, or payment headers in prompts or logs.
- Keep tool inputs scoped to the minimum content needed for the task.
- Use the setup skills for credential handling; this product skill only defines product-specific behavior.
AgentPMT Reference
1---2name: global-gender-equality-data3description: Global Gender Equality Data: Access gender equality indicators for any country or region. Use when an agent needs global gender equality data, gender equality women s empowerment, analyze gender gaps in labor force participation, compare education parity across countries, research women's political representation, track maternal health outcomes by region, query gender data, country or region through AgentPMT-hosted remote tool calls. Discovery terms: global gender equality data.4---5# Global Gender Equality Data67## Freshness8Last updated: `2026-06-24`.910If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.1112## What This Tool Does13Dive into gender equality data for any country in the world. Explore labor force participation gaps, education parity, political representation, legal rights scores, and maternal health outcomes. Compare male and female indicators side by side, track progress over time, and see how countries measure up on gender parity — all from a comprehensive global data set.1415## Product Instructions16### Gender Equality Data1718#### Overview1920Query World Bank gender equality and women's empowerment indicators for any country or region. Access data on labor force participation gaps, education parity indices, political representation, legal framework scores, maternal health, economic empowerment, and attitudes toward violence against women. All indicators are aligned with SDG 5 (Achieve gender equality and empower all women and girls). Data sourced from the World Bank Data360 API and Women, Business and the Law Database.2122#### Actions2324##### query_gender_data2526Query gender equality indicators by country/region and gender aspect.2728**Required Parameters:**2930| Parameter | Type | Description |31|-----------|------|-------------|32| `action` | string | Must be `"query_gender_data"` |33| `country_or_region` | string | Country name or region. Examples: `"Rwanda"`, `"India"`, `"United States"`, `"Africa"`, `"Latin America"` |3435**Optional Parameters:**3637| Parameter | Type | Default | Description |38|-----------|------|---------|-------------|39| `gender_aspect` | string | `"all"` | Specific gender dimension to query. One of: `"labor"`, `"education"`, `"political"`, `"legal"`, `"health"`, `"economic"`, `"violence"`, `"all"` |40| `calculate_gaps` | boolean | `true` | Automatically calculate gender gaps (male minus female) where male/female pairs exist |41| `time_period` | string | `"latest"` | Time period for data. Accepts: `"latest"`, a single year like `"2020"`, a range like `"2010:2020"`, or shorthand `"last5"` / `"last10"` |4243**Gender Aspects:**4445- **`labor`** -- Female and male labor force participation rates, female-to-male ratio, employment rates by gender46- **`education`** -- Female and male adult literacy rates, Gender Parity Index (GPI) for primary, secondary, and tertiary education enrollment47- **`political`** -- Proportion of parliamentary seats held by women (%), proportion of women in ministerial positions (%)48- **`legal`** -- Women, Business and the Law Index (0-100 scale measuring legal protections and economic opportunities)49- **`health`** -- Maternal mortality ratio (per 100,000 live births), adolescent fertility rate, contraceptive prevalence, antenatal care coverage, skilled birth attendance50- **`economic`** -- Financial account ownership by gender (%), female firm ownership (%)51- **`violence`** -- Attitudes toward intimate partner violence (% of women who believe husband is justified in beating wife)52- **`all`** -- All available indicators combined5354###### Example: Political representation in Rwanda5556```json57{58 "action": "query_gender_data",59 "country_or_region": "Rwanda",60 "gender_aspect": "political",61 "time_period": "latest"62}63```6465###### Example: Labor force gender gaps in India6667```json68{69 "action": "query_gender_data",70 "country_or_region": "India",71 "gender_aspect": "labor",72 "calculate_gaps": true,73 "time_period": "latest"74}75```7677###### Example: Education parity trends in Sweden7879```json80{81 "action": "query_gender_data",82 "country_or_region": "Sweden",83 "gender_aspect": "education",84 "time_period": "2010:2023"85}86```8788###### Example: Full gender equality profile for Africa8990```json91{92 "action": "query_gender_data",93 "country_or_region": "Africa",94 "gender_aspect": "all",95 "time_period": "latest"96}97```9899###### Example: Maternal health in the United States100101```json102{103 "action": "query_gender_data",104 "country_or_region": "United States",105 "gender_aspect": "health",106 "time_period": "latest"107}108```109110###### Example: Legal framework without gap calculations111112```json113{114 "action": "query_gender_data",115 "country_or_region": "Saudi Arabia",116 "gender_aspect": "legal",117 "calculate_gaps": false118}119```120121###### Example: Economic empowerment for a specific year122123```json124{125 "action": "query_gender_data",126 "country_or_region": "Kenya",127 "gender_aspect": "economic",128 "time_period": "2021"129}130```131132#### Workflows133134##### Comprehensive Gender Equality Report1351. Call `query_gender_data` with `gender_aspect: "all"` and `calculate_gaps: true` for a full country profile.1362. The response includes indicators across all dimensions, gender gap calculations, contextual interpretations, and SDG 5 alignment summary.137138##### Cross-Country Comparison1391. Call `query_gender_data` for each country with the same `gender_aspect` and `time_period`.1402. Compare gender gaps, interpretation levels (e.g., parliamentary representation thresholds), and indicator values side by side.141142##### Gender Gap Trend Analysis1431. Call `query_gender_data` with a `time_period` range (e.g., `"2005:2023"`) and `calculate_gaps: true`.1442. For time-series requests, the response includes year-by-year data points for tracking gap evolution.145146##### SDG 5 Progress Assessment1471. Call `query_gender_data` with `gender_aspect: "all"` to get all SDG 5-aligned indicators.1482. Review the interpretations against SDG targets (e.g., maternal mortality below 70 per 100,000, parliamentary parity).149150##### Regional Gender Landscape1511. Call `query_gender_data` with a region name (e.g., `"Africa"`, `"Latin America"`, `"Middle East"`) and `gender_aspect: "all"`.1522. The response provides regional aggregate indicators weighted by population.153154#### Notes155156- **Gender gap calculation**: When `calculate_gaps` is true, the tool calculates absolute gap (male - female), percentage gap ((gap / male) * 100), and interpretation: "Near parity" (gap < 1 point), "Male advantage" (male > female), or "Female advantage" (female > male). Gaps are calculated for labor force participation, adult literacy, and financial inclusion.157- **Gender Parity Index (GPI)**: For education indicators, GPI values of 0.97-1.03 are interpreted as "Gender parity achieved". Values below 0.97 indicate female disadvantage; above 1.03 indicate female advantage. GPI is reported for primary, secondary, and tertiary enrollment.158- **Parliamentary representation thresholds**: Interpreted as "Gender parity achieved" (>= 50%), "Strong representation" (40-50%), "Approaching critical mass" (30-40%), "Moderate representation" (20-30%), "Low representation" (10-20%), or "Very low representation" (< 10%).159- **Women, Business and the Law Index**: Scored 0-100 (higher is better). Interpreted as "Excellent legal framework" (90-100), "Strong legal protections" (80-90), "Good protections" (70-80), "Moderate protections" (60-70), "Weak protections" (50-60), "Very weak legal framework" (< 50).160- **Maternal mortality interpretation**: "SDG target achieved" (< 70 per 100,000), "Above target but relatively low" (70-140), "Moderate" (140-300), "High" (300-500), "Very high" (> 500). SDG 3.1 target is below 70 per 100,000 live births.161- **Country input**: Accepts common country names (e.g., `"United States"`, `"South Korea"`), and supports partial matching. Unrecognized countries return a descriptive error.162- **Supported regions**: `"World"`, `"Africa"`, `"Asia"`, `"Europe"`, `"Latin America"`, `"Middle East"`, `"North America"`.163- **Supported countries**: 190+ World Bank member countries including all major economies, African nations, Asian countries, European countries, Latin American countries, and Middle Eastern countries.164- **SDG 5 alignment**: Every response includes an `sdg_alignment` section referencing SDG 5 and its targets (5.1 through 5.c) on gender equality, violence elimination, and women's empowerment.165- **time_period validation**: Accepts `"latest"`, `"last5"`, `"last10"`, a 4-digit year, or a `YYYY:YYYY` range. Invalid formats return a validation error.166- **Concurrency**: Indicator fetches are batched concurrently (up to 10 simultaneous API calls) for performance.167- **Data availability**: World Bank data may lag 1-3 years behind the current year. Some indicators are not collected in all countries. Regional aggregates are weighted by population.168- **Values are rounded** to 2 decimal places where applicable.169- **Data source**: World Bank Data360 (World Development Indicators) and Women, Business and the Law Database, updated regularly.170171## When To Use172- Use this skill for `Global Gender Equality Data` on AgentPMT.173- Use it when an agent needs this specific tool's behavior, schema, inputs, outputs, and invocation shape.174- Search and activation keywords: global gender equality data, gender equality women s empowerment, analyze gender gaps in labor force participation, compare education parity across countries, research women's political representation, track maternal health outcomes by region, query gender data, country or region.175- Supported action names: `query_gender_data`.176177## Use Cases178- Analyze gender gaps in labor force participation179- Compare education parity across countries180- Research women's political representation181- Track maternal health outcomes by region182- Evaluate legal rights and Women Business and Law scores183- Study economic inclusion and financial access by gender184- Monitor progress toward SDG 5 targets185- Assess attitudes toward violence against women186- Compare male vs female employment rates187- Research reproductive health indicators188189## Categories And Industries190No categories or industry tags are published for this tool.191192## Actions And Schema193Complete generated action schema: `./schema.md`.194Supported action count: `1`.195x402 availability: not enabled for this product.196197- `query_gender_data` (action slug: `query-gender-data`): Query World Bank gender equality and women's empowerment indicators by country/region and gender aspect. Returns data on labor force participation gaps, education parity indices, political representation, legal framework scores, maternal health, economic empowerment, and attitudes toward violence. Includes automatic gender gap calculations and SDG 5 alignment. Price: `100` credits. Parameters: `calculate_gaps`, `country_or_region`, `gender_aspect`, `time_period`.198199## Live Schema And Examples200Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.201202- Exact schema: call `agentpmt-tool-search-and-execution` with `action: "get_schema"`, and `tool_id: "gender-equality-women-s-empowerment"`.203- Detailed examples: call `agentpmt-tool-search-and-execution` with `action: "get_instructions"` and `tool_id: "gender-equality-women-s-empowerment"`, or call this product with `action: "get_instructions"` when the product tool is already selected.204- Treat returned live schema and instructions as more specific than this generated summary.205206MCP schema lookup through the main AgentPMT MCP server:207208```json209{210 "method": "tools/call",211 "params": {212 "name": "AgentPMT-Tool-Search-and-Execution",213 "arguments": {214 "action": "get_schema",215 "tool_id": "gender-equality-women-s-empowerment"216 }217 }218}219```220221For live examples, keep the same MCP tool and use these arguments:222223```json224{225 "action": "get_instructions",226 "tool_id": "gender-equality-women-s-empowerment"227}228```229230Authenticated AgentPMT REST schema lookup body:231232```json233{234 "name": "agentpmt-tool-search-and-execution",235 "parameters": {236 "action": "get_schema",237 "tool_id": "gender-equality-women-s-empowerment"238 }239}240```241242Authenticated AgentPMT REST live examples body:243244```json245{246 "name": "agentpmt-tool-search-and-execution",247 "parameters": {248 "action": "get_instructions",249 "tool_id": "gender-equality-women-s-empowerment"250 }251}252```253254## Call This Tool255Product slug: `gender-equality-women-s-empowerment`256257Marketplace page: https://www.agentpmt.com/marketplace/gender-equality-women-s-empowerment258259- AgentPMT account route: first use `../agentpmt-account-mcp-rest-api-setup` to connect the main MCP server or REST API for an Agent Group where this tool is enabled.260- x402 route: not enabled for this product.261- AgentPMT overview: use `../what-is-agentpmt` for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.262263If those setup skills are not installed beside this product skill, use the downloads below.264265Core AgentPMT setup skills:266- What AgentPMT is: ../what-is-agentpmt267 - ClawHub page: https://clawhub.ai/agentpmt/what-is-agentpmt268 - OpenClaw install: `openclaw skills install what-is-agentpmt`269 - skills.sh install: `npx skills add AgentPMT/agent-skills --skill what-is-agentpmt`270- AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup271 - ClawHub page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup272 - OpenClaw install: `openclaw skills install agentpmt-account-mcp-rest-api-setup`273 - skills.sh install: `npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup`274275skills.sh install script:276277```bash278npx skills add AgentPMT/agent-skills --skill what-is-agentpmt279npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup280```281282MCP call shape after the main AgentPMT MCP server is connected:283284```json285{286 "method": "tools/call",287 "params": {288 "name": "Global-Gender-Equality-Data",289 "arguments": {290 "action": "query_gender_data",291 "calculate_gaps": true,292 "country_or_region": "example country or region",293 "gender_aspect": "all",294 "time_period": "latest"295 }296 }297}298```299300Use the exact tool name returned by `tools/list`; the name above is the expected readable form.301302Authenticated AgentPMT REST call body:303304```json305{306 "name": "gender-equality-women-s-empowerment",307 "parameters": {308 "action": "query_gender_data",309 "calculate_gaps": true,310 "country_or_region": "example country or region",311 "gender_aspect": "all",312 "time_period": "latest"313 }314}315```316317Use the setup skill for the account connection details before making REST calls.318319## Response Handling320- Treat the returned JSON as the source of truth for this tool call.321- If the response includes warnings or correction targets, apply them before retrying.322- If the response includes a `passed` or success-style boolean, use it as the workflow gate.323- If validation fails or the response shape is unclear, call `get_schema` or `get_instructions` before retrying.324- If `query_gender_data` fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.325326## Security327- Do not place account secrets, wallet private keys, mnemonics, signatures, or payment headers in prompts or logs.328- Keep tool inputs scoped to the minimum content needed for the task.329- Use the setup skills for credential handling; this product skill only defines product-specific behavior.330331## AgentPMT Reference332- What AgentPMT is: ../what-is-agentpmt (ClawHub: `what-is-agentpmt`, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh: `npx skills add AgentPMT/agent-skills --skill what-is-agentpmt`)333- AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup (ClawHub: `agentpmt-account-mcp-rest-api-setup`, page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup; skills.sh: `npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup`)334- Marketplace product: https://www.agentpmt.com/marketplace/gender-equality-women-s-empowerment335- AgentPMT main MCP server: https://api.agentpmt.com/mcp/336- AgentPMT REST invoke endpoint: https://api.agentpmt.com/products/purchase