# long_running_task

A read tool on the Reservation Platform MCP Server MCP server.

Agent View of the PolicyLayer registry record for `long_running_task`. HTML page: https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/long-running-task

## Facts

- Tool: `long_running_task`
- Server: Reservation Platform MCP Server (`pak3430/reservation-platform-mcp-server`) — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server.md
- Homepage: https://github.com/pak3430/Reservation-Platform-MCP-Server
- Risk category: Read (Low risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

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

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "long_running_task",
    "arguments": {}
  }
}
```

## Why long_running_task is rated Low

Even though long_running_task only reads data, uncontrolled read access leaks sensitive information and racks up API costs: an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

## Use case

AI agents call long_running_task to retrieve information from Reservation Platform MCP Server without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Reservation Platform MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "long_running_task": {}
  }
}
```

## Other tools on Reservation Platform MCP Server (27)

- `async_tool` — Other — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/async-tool.md
- `custom_name` — Other — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/custom-name.md
- `flexible_task` — Other — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/flexible-task.md
- `greet` — Other — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/greet.md
- `greeting` — Other — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/greeting.md
- `my_tool` — Other — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/my-tool.md
- `tool_with_context` — Other — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/tool-with-context.md
- `calculate_platform_fees` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/calculate-platform-fees.md
- `check_duplicate_reservations` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/check-duplicate-reservations.md
- `check_time_slot` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/check-time-slot.md
- `check_worker_status` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/check-worker-status.md
- `echo_tool` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/echo-tool.md
- `get_blacklist` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/get-blacklist.md
- `get_info` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/get-info.md
- `get_noshow_customers` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/get-noshow-customers.md
- `get_reservations_by_date` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/get-reservations-by-date.md
- `get_reservations_by_platform` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/get-reservations-by-platform.md
- `get_revenue_summary` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/get-revenue-summary.md
- `get_today_reservations` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/get-today-reservations.md
- `get_week_reservations` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/get-week-reservations.md
- `introspect` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/introspect.md
- `log_progress` — Read — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/log-progress.md
- `add_to_blacklist` — Write — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/add-to-blacklist.md
- `generate_reminder_message` — Write — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/generate-reminder-message.md
- `schedule_task` — Write — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/schedule-task.md
- `store_data` — Write — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/store-data.md
- `sync_platform_ical` — Write — https://policylayer.com/tools/pak3430-reservation-platform-mcp-server/sync-platform-ical.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=pak3430-reservation-platform-mcp-server · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/pak3430-reservation-platform-mcp-server
