# AgentPMT-Send-Human-Request

AgentPMT Send Human Request - Send a request to your human to enable a tool, workflow, or add funds to your budget.

Agent View of the PolicyLayer registry record for `AgentPMT-Send-Human-Request`. HTML page: https://policylayer.com/tools/agentpmt-agentic-marketplace/agentpmt-send-human-request

## Facts

- Tool: `AgentPMT-Send-Human-Request`
- 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: Other (Low risk)
- Registry record: grade C, identity unverified
- Server rate-limited: no
- Parameters: 6
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | string | no | Product/workflow ObjectId for access requests, or optional target identifier for check_response lookup |
| `action` | string | no | Operation to perform: send (default) or check_response. |
| `request` | string | no | Freeform request body to send to the user (required when action=send) |
| `request_id` | string | no | Mobile approval request ObjectId to check when action=check_response. |
| `request_type` | string | no | Request type: add_funds, enable_tool, enable_workflow, notification_only, other (required when action=send). Use notification_only to send a message that does n |
| `include_request` | boolean | no | When action=check_response, include the full request record in the response. |

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-Send-Human-Request",
    "arguments": {}
  }
}
```

## Why AgentPMT-Send-Human-Request is rated Low

This tool sends a notification or request to a human operator rather than directly executing actions, modifying data, or moving funds itself. While 'add funds to your budget' touches on financial topics, the tool merely requests a human to take action rather than committing any financial transaction directly. The primary function is communication/notification to a human supervisor, making it closest to 'Other'.

From the tool's own definition: "Send a request to your human to enable a tool, workflow, or add funds to your budget"

## Use case

AI agents call AgentPMT-Send-Human-Request as a supporting operation in AgentPMT - The Marketplace For Autonomous Agents workflows.

## 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-Send-Human-Request": {
      "limits": [
        {
          "counter": "agentpmt-send-human-request_rate",
          "window": "minute",
          "max": 60,
          "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-Workflow-Skills` — Execute — https://policylayer.com/tools/agentpmt-agentic-marketplace/agentpmt-workflow-skills.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
