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

link_figure_caption

[MAINTENANCE] 0ff8b982 — DURABLY link an already-indexed figure (doc_figures row) to its caption paragraph (a doc_elements id), by stable structural id rather than paragraph proximity. Use this to confirm an advisory suggested_caption_element_id returned by index_figure, or to backfill a durable ...

SERVERMeridian SOURCE@meridianmcp/mcp
Medium RISK CLASS
Category Write
Parameters 53 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-ajc3xc-meridian/link-figure-caption.md

What link_figure_caption does on Meridian

AI agents use link_figure_caption to create or update resources in Meridian, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Meridian environment.

ParameterTypeRequiredDescription
doc string Yes The stored document's source (the path/URL you ingested it under via ingest_document).
figure_id string Yes The doc_figures.id of the figure row to update (from index_figure or find_similar_figure).
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.
caption_element_id string Yes The doc_elements.id of the caption paragraph to durably link to this figure.

Parameters from the server's own tool schema.

Why link_figure_caption is rated Medium

This tool creates/updates a persistent association between two existing database records (doc_figures and doc_elements). It is a write operation that modifies stored metadata by linking a figure to its caption element. It is reversible in principle (the link could be updated or removed), not destructive, and has no financial or execution implications.

From the tool's definition DURABLY link an already-indexed figure (doc_figures row) to its caption paragraph... to confirm an advisory suggested_caption_element_id... or to backfill a durable link

Questions about link_figure_caption

What does the link_figure_caption tool do? +

[MAINTENANCE] 0ff8b982 — DURABLY link an already-indexed figure (doc_figures row) to its caption paragraph (a doc_elements id), by stable structural id rather than paragraph proximity. Use this to confirm an advisory suggested_caption_element_id returned by index_figure, or to backfill a durable link on a figure that was indexed before caption linkage was supported. Provide figure_id (the doc_figures.id of the figure to link) and caption_element_id (the doc_elements.id of the caption paragraph — a kind='figure' SEQ-field element from the section-tree store). This is the confirmation primitive for the 'Figure 3b used twice' ambiguity scenario: when index_figure surfaces suggested_caption_candidates (multiple captions in the same section), inspect them and call this tool with the correct one to confirm the durable link. Returns the updated figure row on success, or {error} when figure_id doesn't resolve to a known figure. Persistent-state disclosure: on hosted Meridian, supplied text and project/session metadata are sent to and stored in Meridian's service; self-hosted deployments keep them in the configured local SQLite/Postgres database. This data is visible in the dashboard/API and later project context or handoffs. Delete individual tasks, notes, or decisions where supported, or delete the project/account using the documented controls. Do not include secrets. It is categorised as a Write tool in the Meridian MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does link_figure_caption accept? +

link_figure_caption accepts 5 parameters: doc, figure_id, project_id, project_name, caption_element_id. Required: doc, figure_id, caption_element_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on link_figure_caption? +

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

link_figure_caption is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit link_figure_caption? +

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

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

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