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

find_symbol_usages

[MAINTENANCE] 9605edb0 — READ-ONLY cross-reference tracking: given a document and EITHER a doc_equations row id OR a symbol / normalized-LaTeX string, resolve it to ONE target normalized-LaTeX (an equation id uses that row's stored latex_normalized as-is; a raw string is normalized with the SAME ...

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

This record as markdown: /tools/io-github-ajc3xc-meridian/find-symbol-usages.md

What find_symbol_usages does on Meridian

AI agents call find_symbol_usages 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
doc string Yes The stored document's source (the path/URL you ingested it under via ingest_document, which registers a docx/latex document in the doc-structure store).
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.
symbol_or_equation_id string Yes A doc_equations row id, OR a raw symbol / normalized-LaTeX string to track (e.g. 'E=mc^2' or '\\sigma').

Parameters from the server's own tool schema.

Why find_symbol_usages is rated Low

This tool performs a read-only search/lookup operation across document symbols and equations. It resolves a symbol to a normalized form and returns matching locations (element_id, document_id, ordinal, matched_text). No side effects, no mutations, no code execution, no financial impact. The explicit 'READ-ONLY' designation confirms it belongs in the Read category with low severity.

From the tool's definition Tool description explicitly states '[MAINTENANCE] ... READ-ONLY cross-reference tracking' and 'return every place that target reappears in the document' — it queries and retrieves symbol usage data without modifying, deleting, or executing operations.

Risk signalsBulk/mass operation — affects multiple targets

Questions about find_symbol_usages

What does the find_symbol_usages tool do? +

[MAINTENANCE] 9605edb0 — READ-ONLY cross-reference tracking: given a document and EITHER a doc_equations row id OR a symbol / normalized-LaTeX string, resolve it to ONE target normalized-LaTeX (an equation id uses that row's stored latex_normalized as-is; a raw string is normalized with the SAME normalize_latex that produced every stored latex_normalized) and return every place that target reappears in the document — matching equations (exact normalized-latex equality) AND paragraphs whose text textually contains the symbol. Each hit carries element_id, document_id, ordinal, matched_text, context (equation|paragraph) and an is_definition/is_reuse flag: the EARLIEST occurrence by ordinal is the definition, later ones are reuse — so a later mention can be checked to point back to the definition instead of assuming the reader remembers it. Hits are ordered by ordinal (definition first). Returns {document_id, target, resolved_from, hits:[...]} — an empty hits list (never an error) when nothing matches, or doc doesn't resolve to a stored document. It is categorised as a Read tool in the Meridian MCP Server, which means it retrieves data without modifying state.

What parameters does find_symbol_usages accept? +

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

How do I enforce a policy on find_symbol_usages? +

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

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

Can I rate-limit find_symbol_usages? +

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

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

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

Across the catalogue

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