Install
openclaw skills install @agentpmt/global-gender-equality-dataGlobal 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.
openclaw skills install @agentpmt/global-gender-equality-dataLast 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.
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.
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.
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 gendereducation -- Female and male adult literacy rates, Gender Parity Index (GPI) for primary, secondary, and tertiary education enrollmentpolitical -- 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 attendanceeconomic -- 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{
"action": "query_gender_data",
"country_or_region": "Rwanda",
"gender_aspect": "political",
"time_period": "latest"
}
{
"action": "query_gender_data",
"country_or_region": "India",
"gender_aspect": "labor",
"calculate_gaps": true,
"time_period": "latest"
}
{
"action": "query_gender_data",
"country_or_region": "Sweden",
"gender_aspect": "education",
"time_period": "2010:2023"
}
{
"action": "query_gender_data",
"country_or_region": "Africa",
"gender_aspect": "all",
"time_period": "latest"
}
{
"action": "query_gender_data",
"country_or_region": "United States",
"gender_aspect": "health",
"time_period": "latest"
}
{
"action": "query_gender_data",
"country_or_region": "Saudi Arabia",
"gender_aspect": "legal",
"calculate_gaps": false
}
{
"action": "query_gender_data",
"country_or_region": "Kenya",
"gender_aspect": "economic",
"time_period": "2021"
}
query_gender_data with gender_aspect: "all" and calculate_gaps: true for a full country profile.query_gender_data for each country with the same gender_aspect and time_period.query_gender_data with a time_period range (e.g., "2005:2023") and calculate_gaps: true.query_gender_data with gender_aspect: "all" to get all SDG 5-aligned indicators.query_gender_data with a region name (e.g., "Africa", "Latin America", "Middle East") and gender_aspect: "all".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."United States", "South Korea"), and supports partial matching. Unrecognized countries return a descriptive error."World", "Africa", "Asia", "Europe", "Latin America", "Middle East", "North America".sdg_alignment section referencing SDG 5 and its targets (5.1 through 5.c) on gender equality, violence elimination, and women's empowerment."latest", "last5", "last10", a 4-digit year, or a YYYY:YYYY range. Invalid formats return a validation error.Global Gender Equality Data on AgentPMT.query_gender_data.No categories or industry tags are published for this tool.
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.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.
agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "gender-equality-women-s-empowerment".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.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"
}
}
Product slug: gender-equality-women-s-empowerment
Marketplace page: https://www.agentpmt.com/marketplace/gender-equality-women-s-empowerment
../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.../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:
openclaw skills install what-is-agentpmtnpx skills add AgentPMT/agent-skills --skill what-is-agentpmtopenclaw skills install agentpmt-account-mcp-rest-api-setupnpx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setupskills.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.
passed or success-style boolean, use it as the workflow gate.get_schema or get_instructions before retrying.query_gender_data fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.what-is-agentpmt, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh: npx skills add AgentPMT/agent-skills --skill what-is-agentpmt)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)