arxiv_list_digests
List recent arXiv digest files from ~/.aibtc/arxiv-research/digests/. Digests are created by the arxiv-research skill
This record as markdown: /tools/io-github-aibtcdev-mcp-server/arxiv-list-digests.md
What arxiv_list_digests does on Aibtc
AI agents call arxiv_list_digests to retrieve information from Aibtc without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
Why arxiv_list_digests is rated Low
This tool retrieves information about existing digest files without side effects. Listing directory contents is a non-destructive read operation. Severity is low because the blast radius of misuse is minimal—an agent could enumerate files but cannot modify, delete, or execute arbitrary code. The confidence is high because the intent is clearly informational.
From the tool's definition Tool lists files from a local directory (~/.aibtc/arxiv-research/digests/). The description explicitly states 'List' which indicates retrieval/enumeration with no modification. No mention of execution, deletion, or financial operations.
Attacks that exploit this kind of access
The rule that runs arxiv_list_digests safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Aibtc, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For arxiv_list_digests, this is the rule to start with:
arxiv_list_digests is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Aibtc, apply this rule, and every arxiv_list_digests call is checked against it from then on.
Questions about arxiv_list_digests
List recent arXiv digest files from ~/.aibtc/arxiv-research/digests/. Digests are created by the arxiv-research skill. It is categorised as a Read tool in the Aibtc MCP Server, which means it retrieves data without modifying state.
Register the Aibtc MCP server in PolicyLayer and add a rule for arxiv_list_digests: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Aibtc. Nothing to install.
arxiv_list_digests is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the arxiv_list_digests rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for arxiv_list_digests. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
arxiv_list_digests is provided by the Aibtc MCP server (aibtcdev/aibtc-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Aibtc, and thousands of servers like it.
This server
Across the catalogue