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

search_all

[SUPPORT] Read-only: Universal search across all project content: tasks, notes, pinned decisions, and sprint items. Uses LIKE matching (SQLite) or ILIKE (Postgres). Returns grouped results: {tasks, notes, decisions, sprint_items, total}. sprint_items default-collapse any parent_id/item_group clus...

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

This record as markdown: /tools/io-github-ajc3xc-meridian/search-all.md

What search_all does on Meridian

AI agents call search_all 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
limit integer Max results per type (default 10).
query string Yes
expand boolean Default false: collapse parent_id/item_group clusters in sprint_items into one summary row each. Pass true for the full ungrouped list.
project_id string
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 search_all is rated Low

This tool retrieves and searches existing data (tasks, notes, decisions, sprint items) without creating, modifying, or deleting anything. It uses read-only database queries (LIKE/ILIKE matching) and returns filtered results. The read-only designation and search-only semantics place it firmly in the Read category with low severity, as misuse by an agent would only expose information without side effects.

From the tool's definition Tool explicitly labeled "[SUPPORT] Read-only" and description states "Universal search across all project content" with "Returns grouped results" — performs query and retrieval only with no modification or deletion capabilities.

Risk signalsBulk/mass operation — affects multiple targets

Questions about search_all

What does the search_all tool do? +

[SUPPORT] Read-only: Universal search across all project content: tasks, notes, pinned decisions, and sprint items. Uses LIKE matching (SQLite) or ILIKE (Postgres). Returns grouped results: {tasks, notes, decisions, sprint_items, total}. sprint_items default-collapse any parent_id/item_group cluster (2+ items) into one summary row — pass expand=true for the full ungrouped list. It is categorised as a Read tool in the Meridian MCP Server, which means it retrieves data without modifying state.

What parameters does search_all accept? +

search_all accepts 5 parameters: limit, query, expand, project_id, project_name. Required: query. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on search_all? +

Register the Meridian MCP server in PolicyLayer and add a rule for search_all: 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 search_all? +

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

Can I rate-limit search_all? +

Yes. Add a rate_limit block to the search_all 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 search_all completely? +

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

search_all 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.