# get_queue

Top UNCLAIMED posts in the owner's curated build order. Owner-ranked posts (queue_rank, lower = sooner) come first, then unranked planned posts by votes. Call this to find the next thing to build, then claim_post before starting work.

Agent View of the PolicyLayer registry record for `get_queue`. HTML page: https://policylayer.com/tools/com-featurejet-feedback-board/get-queue

## Facts

- Tool: `get_queue`
- Server: FeatureJet (`https://mcp.featurejet.com/mcp`) — https://policylayer.com/tools/com-featurejet-feedback-board.md
- Homepage: https://github.com/https://mcp.featurejet.com/mcp
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 2 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `slug` | string | yes |  |
| `limit` | object | no |  |

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": "get_queue",
    "arguments": {
      "slug": "<slug>"
    }
  }
}
```

## Why get_queue is rated Low

This tool only reads and returns prioritized post data based on claim status and owner ranking. It has no capability to modify posts, delete them, execute code, or create financial obligations.

From the tool's own definition: "Tool retrieves 'Top UNCLAIMED posts in the owner's curated build order' and description states 'Call this to find the next thing to build' — core function is querying/listing data with no modification or side effects."

## Use case

AI agents call get_queue to retrieve information from FeatureJet 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 FeatureJet:

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

## Other tools on FeatureJet (21)

- `delete_post` — Destructive — https://policylayer.com/tools/com-featurejet-feedback-board/delete-post.md
- `get_analytics` — Read — https://policylayer.com/tools/com-featurejet-feedback-board/get-analytics.md
- `get_board` — Read — https://policylayer.com/tools/com-featurejet-feedback-board/get-board.md
- `get_changelog` — Read — https://policylayer.com/tools/com-featurejet-feedback-board/get-changelog.md
- `get_post` — Read — https://policylayer.com/tools/com-featurejet-feedback-board/get-post.md
- `list_boards` — Read — https://policylayer.com/tools/com-featurejet-feedback-board/list-boards.md
- `list_comments` — Read — https://policylayer.com/tools/com-featurejet-feedback-board/list-comments.md
- `list_posts` — Read — https://policylayer.com/tools/com-featurejet-feedback-board/list-posts.md
- `list_votes` — Read — https://policylayer.com/tools/com-featurejet-feedback-board/list-votes.md
- `ping` — Read — https://policylayer.com/tools/com-featurejet-feedback-board/ping.md
- `whoami` — Read — https://policylayer.com/tools/com-featurejet-feedback-board/whoami.md
- `add_evidence` — Write — https://policylayer.com/tools/com-featurejet-feedback-board/add-evidence.md
- `claim_post` — Write — https://policylayer.com/tools/com-featurejet-feedback-board/claim-post.md
- `create_board` — Write — https://policylayer.com/tools/com-featurejet-feedback-board/create-board.md
- `create_comment` — Write — https://policylayer.com/tools/com-featurejet-feedback-board/create-comment.md
- `create_post` — Write — https://policylayer.com/tools/com-featurejet-feedback-board/create-post.md
- `propose_status` — Write — https://policylayer.com/tools/com-featurejet-feedback-board/propose-status.md
- `publish_board` — Write — https://policylayer.com/tools/com-featurejet-feedback-board/publish-board.md
- `release_post` — Write — https://policylayer.com/tools/com-featurejet-feedback-board/release-post.md
- `unpublish_board` — Write — https://policylayer.com/tools/com-featurejet-feedback-board/unpublish-board.md
- `update_post` — Write — https://policylayer.com/tools/com-featurejet-feedback-board/update-post.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=com-featurejet-feedback-board · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-featurejet-feedback-board
