AgentPMT

Country Data Snapshot

Saves ~10 min

Details

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.

Tools In This Workflow

Workflow Steps

  1. 1Collect Target Country
  2. 2Fetch Population Data
  3. 3Analyze Demographics
  4. 4Create Demographics Chart
  5. 5Compile Final Summary
Step 1 of 5
Prompt1

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 country, ask them which country they would like a data snapshot for before proceeding. | Constraints: Must resolve to exactly one country. If the user mentions multiple countries, ask them to pick one or run the workflow once per country. | Success criteria: A single country name is confirmed and ready to pass to the data query step

Frequently Asked Questions

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

Install commands

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

Hosted MCP config

{
  "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\"}"
      }
    }
  }
}

How do I trigger this workflow?

Agent prompt

Call the AgentPMT-Workflow-Skills tool with action 'get_workflow_skill' and skill_id 6992a109aa85db8efed13eca ("Country Data Snapshot").

Looking for help integrating AI into your business? Set up a free consultation.