New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

batch_read

[SUPPORT] 133bfff6 — run a batch of DOMAIN-AWARE, CONCURRENT read requests in ONE call. Each request names an 'adapter' + 'operation' + 'args'; independent requests (no depends_on) execute concurrently via asyncio.gather — this is pure in-process dispatch, no subagents/worktrees involved. A reque...

SERVERMeridian SOURCE@meridianmcp/mcp
Low RISK CLASS
Category Read
Parameters 41 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-ajc3xc-meridian/batch-read.md

What batch_read does on Meridian

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

ParameterTypeRequiredDescription
requests array Yes Non-empty list of typed read requests.
project_id string
max_requests integer Optional cap on len(requests) for this call (default 100).
project_name string Project name — an alternative to project_id; resolved to the id internally. project_id wins if both are given.

Parameters from the server's own tool schema.

Why batch_read is rated Low

Even though batch_read 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.

Risk signalsHigh parameter count (11 properties)

Questions about batch_read

What does the batch_read tool do? +

[SUPPORT] 133bfff6 — run a batch of DOMAIN-AWARE, CONCURRENT read requests in ONE call. Each request names an 'adapter' + 'operation' + 'args'; independent requests (no depends_on) execute concurrently via asyncio.gather — this is pure in-process dispatch, no subagents/worktrees involved. A request with 'depends_on' (a list of other requests' 'request_id's in this SAME batch) waits only for its own declared prerequisites, not the whole batch; if a prerequisite fails, the dependent resolves immediately with error_code='DEPENDENCY_FAILED' and is never executed. Two requests with the identical adapter+operation+normalized-args+depends_on-set COALESCE to one execution — duplicates come back with cache_hit=true and coalesced_with=<the request_id that actually ran>; pass a non-default cache_policy to opt a specific request out of coalescing. Adapters currently registered: 'sprint_board' with operations 'get_sprint_items' (args: status, show_blocked, include_human, version, include_manual_blocker, include_deferred — same meaning as the get_sprint_items tool) and 'get_sprint_item_pointers' (args: sprint_item_id — 404s if that item belongs to a different project); and 'profile' (PROFILE-7) with operations 'get_profile_layer' (args: scope_type, scope_id), 'list_profile_layers' (args: optional scope_type filter), 'get_effective_profile' (args: optional session_id, user_scope_id, workspace_scope_id — returns the merged, generation-keyed effective profile across all 5 layers), and 'get_profile_layer_revisions' (args: scope_id, optional limit). Returns {results: [{request_id, status, adapter, operation, result, error_code, error_message, elapsed_ms, cache_hit, coalesced_with}], elapsed_ms} — results is ALWAYS in input order. error_code is one of VALIDATION_ERROR, ADAPTER_NOT_FOUND, OPERATION_NOT_FOUND, DEPENDENCY_NOT_FOUND, DEPENDENCY_CYCLE, DEPENDENCY_FAILED, NOT_FOUND, TIMEOUT, INTERNAL_ERROR. This tool is READ-ONLY — for mutations use batch_mutate or execute_batch. It is categorised as a Read tool in the Meridian MCP Server, which means it retrieves data without modifying state.

What parameters does batch_read accept? +

batch_read accepts 4 parameters: requests, project_id, max_requests, project_name. Required: requests. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on batch_read? +

Register the Meridian MCP server in PolicyLayer and add a rule for batch_read: 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 Meridian. Nothing to install.

What risk level is batch_read? +

batch_read is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit batch_read? +

Yes. Add a rate_limit block to the batch_read 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.

How do I block batch_read completely? +

Set action: deny in the PolicyLayer policy for batch_read. 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.

What MCP server provides batch_read? +

batch_read is provided by the Meridian MCP server (@meridianmcp/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Meridian, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Meridian's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.