Repsona

52 tools. 22 can modify or destroy data without limits.

5 destructive tools with no built-in limits. Policy required.

Last updated:

22 can modify or destroy data
30 read-only
52 tools total

Community server · catalogue entry verified 30/06/2026

How to control Repsona ↓

What Repsona exposes to your agents

Read (30) Write / Execute (17) Destructive / Financial (5)
Critical Risk

The most dangerous Repsona tools

22 of Repsona's 52 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Repsona

PolicyLayer is an MCP gateway — it sits between your AI agents and Repsona, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_file": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "archive_all_inbox": {
    "limits": [
      {
        "counter": "archive_all_inbox_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "detach_file": {
    "limits": [
      {
        "counter": "detach_file_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Repsona — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON REPSONA →

Instant setup, no code required.

All 52 Repsona tools

READ 30 tools
Read detach_file 指定したファイルをタスクやノートから添付を外します Read download_file 指定したファイルハッシュでファイルをダウンロードします Read get_all_tags 全てのタグ一覧を取得します Read get_feed 自分のアクティビティフィードを取得します Read get_inbox 自分の受信トレイを取得します Read get_inbox_unread_count 受信トレイの未読件数を取得します Read get_me 自分の情報を取得します Read get_members メンバーの一覧を取得します Read get_my_projects 参加しているプロジェクトを取得します Read get_my_tasks 指定したタイプの自分のタスクを取得します Read get_my_tasks_count 指定したタイプの自分のタスク数を取得します Read get_project 指定したプロジェクトの詳細情報を取得します Read get_project_activity 指定したプロジェクトのアクティビティを取得します Read get_project_milestones 指定したプロジェクトのマイルストーン一覧を取得します Read get_project_note 指定したプロジェクト内の特定のノートの詳細を取得します Read get_project_note_activity_log 指定したプロジェクト内のノートのアクティビティログを取得します Read get_project_note_children 指定したプロジェクト内のノートのサブノート一覧を取得します Read get_project_note_comments 指定したプロジェクト内のノートのコメント一覧を取得します Read get_project_note_history 指定したプロジェクト内のノートの履歴を取得します Read get_project_notes 指定したプロジェクト内のノート一覧を取得します Read get_project_statuses 指定したプロジェクトのステータス一覧を取得します Read get_project_users 指定したプロジェクトに参加しているユーザーを取得します Read get_projects プロジェクトの一覧を取得します Read get_space_info スペースの情報を取得します Read get_task 特定のタスクの詳細を取得します Read get_task_activity_log 指定したタスクのアクティビティログを取得します Read get_task_comments 指定したタスクのコメント一覧を取得します Read get_task_history 指定したタスクの履歴を取得します Read get_task_subtasks 指定したタスクのサブタスク一覧を取得します Read get_tasks Repsonaからタスクの一覧を取得します

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Repsona

Can an AI agent delete data through the Repsona MCP server? +

Yes. The Repsona server exposes 5 destructive tools including delete_file, delete_project_note, delete_project_note_comment. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Repsona? +

The Repsona server has 17 write tools including archive_all_inbox, attach_file, create_project. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Repsona.

How many tools does the Repsona MCP server expose? +

52 tools across 3 categories: Destructive, Read, Write. 30 are read-only. 22 can modify, create, or delete data.

How do I enforce a policy on Repsona? +

Register the Repsona MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Repsona tool call.

Deterministic rules across all 52 Repsona tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

52 Repsona tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.