# Country Data Snapshot

> Fetches population and demographics data for a specified country, analyzes key trends, and generates a chart visualization of the results. No credentials or user accounts required.

Content type: workflow
Source URL: https://www.agentpmt.com/agent-workflow-skills/country-data-snapshot
Markdown URL: https://www.agentpmt.com/api/agent/workflows/country-data-snapshot?format=agent-md
Updated: 2026-03-27T04:13:26.401Z
Author: firef1ie

---

Estimated time saved: 10 minutes.

## Tools

- Global Population & Demographics Data
- Chart Generator

## Workflow Outline

1. Collect Target Country: Goal: Identify the target country for the data snapshot | Inputs: The user's message or request | Outputs: A single clearly identified country name to use in subsequent data queries. If the user did not specify a countr...
2. Fetch Population Data: Query population data for the country identified in the previous step. Fetch key metrics including total population, growth rate, age structure, and urban/rural split. Set country...
3. Analyze Demographics: Goal: Analyze the population data and extract key insights | Inputs: Raw population and demographics data from the previous tool call | Outputs: A structured analysis with: 1) Current population and growth rate, 2) Age...
4. Create Demographics Chart: Using the structured data from the analysis step, create a bar or pie chart that visualizes the key demographic breakdown (e.g., age distribution or urban vs rural population). Us...
5. Compile Final Summary: Goal: Combine the analysis and chart into a final country data snapshot | Inputs: The demographic analysis and the generated chart image/URL from previous steps | Outputs: A complete country data snapshot report includi...

## Frequently Asked Questions

### How do I connect this workflow to my local agent like OpenClaw or Claude Code?

You can install the local MCP server by opening a terminal and running:

```
npm install -g @agentpmt/mcp-router
agentpmt-setup
```

This will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.

Alternatively you can connect to the hosted version with this config block, no installation required:

```
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}
```

[View MCP Connection Instructions](/docs/mcp-reference/connection) for more details.

### How do I trigger this workflow?

You can use it here in the browser by clicking the 'Try It' button.

If you 'star' the workflow it will save to your dashboard for quick access.

To use the workflow in an external agent, make sure you have followed the steps to connect it to the MCP server and then copy / paste this prompt, or just tell it to use the AgentPMT MCP server and use this workflow.

> Call the AgentPMT-Workflow-Skills tool with action 'get\_workflow\_skill' and skill\_id 6992a109aa85db8efed13eca ("Country Data Snapshot").