# AgentPMT-Workflow-Skills

AgentPMT Workflow Skills - Fetch, Search, and Use Agent Workflows and Skills. Use to retrieve, initiate, and complete workflows.

Agent View of the PolicyLayer registry record for `AgentPMT-Workflow-Skills`. HTML page: https://policylayer.com/tools/agentpmt-agentic-marketplace/agentpmt-workflow-skills

## Facts

- Tool: `AgentPMT-Workflow-Skills`
- Server: AgentPMT - The Marketplace For Autonomous Agents (`agentpmt/agentic-marketplace`) — https://policylayer.com/tools/agentpmt-agentic-marketplace.md
- Homepage: https://github.com/agentpmt/agentic-marketplace
- Risk category: Execute (High risk)
- Registry record: grade C, identity unverified
- Server rate-limited: no
- Parameters: 8
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `skip` | integer | no | Number of results to skip for pagination |
| `limit` | integer | no | Maximum results to return (1-200) |
| `query` | string | no | Optional substring search over name/description (case-insensitive) |
| `action` | string | no | Operation to perform: search, get_workflow_skill, start_workflow, end_workflow, get_active_workflow, get_instructions |
| `rating` | integer | no | Workflow rating from 1-5 stars (required for end_workflow) |
| `comment` | string | no | Comment about the workflow experience (required for end_workflow) |
| `skill_id` | string | no | Skill chain ObjectId (required for get_workflow_skill, start_workflow, end_workflow) |
| `suggested_improvements` | string | no | Suggested improvements or changes to the workflow (optional) |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "AgentPMT-Workflow-Skills",
    "arguments": {}
  }
}
```

## Why AgentPMT-Workflow-Skills is rated High

While the tool includes a read/search component ('Fetch, Search'), its primary purpose includes initiating and completing workflows, which constitutes executing external operations with effects that depend on arguments. Workflows can span communication, data modification, file management, and more, making misuse potentially high-impact across multiple domains.

From the tool's own definition: "'retrieve, initiate, and complete workflows' — the tool triggers and executes agent workflows and skills, not merely reading data"

Risk signals: Accepts freeform code/query input (query)

## Use case

AI agents invoke AgentPMT-Workflow-Skills to trigger actions in AgentPMT - The Marketplace For Autonomous Agents. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches AgentPMT - The Marketplace For Autonomous Agents:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "AgentPMT-Workflow-Skills": {
      "limits": [
        {
          "counter": "agentpmt-workflow-skills_rate",
          "window": "minute",
          "max": 10,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on AgentPMT - The Marketplace For Autonomous Agents (3)

- `AgentPMT-Tool-Search-and-Execution` — Execute — https://policylayer.com/tools/agentpmt-agentic-marketplace/agentpmt-tool-search-and-execution.md
- `AgentPMT-Send-Human-Request` — Other — https://policylayer.com/tools/agentpmt-agentic-marketplace/agentpmt-send-human-request.md
- `AgentPMT-Report-Tool-Issue` — Write — https://policylayer.com/tools/agentpmt-agentic-marketplace/agentpmt-report-tool-issue.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=agentpmt-agentic-marketplace · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/agentpmt-agentic-marketplace
