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

link_table_caption

[MAINTENANCE] 42d398a5 — DURABLY link an already-indexed table (doc_tables row) to its caption paragraph (a doc_elements id), by stable structural id rather than paragraph proximity. The table analogue of link_figure_caption. Use this to confirm an advisory suggested_caption_element_id returned b...

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-table-caption.md

What link_table_caption does on Meridian

AI agents use link_table_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).
table_id string Yes The doc_tables.id of the table row to update (from index_table or find_similar_table).
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 table.

Parameters from the server's own tool schema.

Why link_table_caption is rated Medium

This tool creates or updates a persistent association (a durable link) between two existing records in a database (doc_tables and doc_elements). It modifies stored data reversibly — the link could in principle be updated or removed — making it a Write operation. It does not delete data, execute code, or involve financial transactions.

From the tool's definition DURABLY link an already-indexed table (doc_tables row) to its caption paragraph (a doc_elements id)... Use this to confirm an advisory suggested_caption_element_id returned by index_table, or to backfill a durable link

Questions about link_table_caption

What does the link_table_caption tool do? +

[MAINTENANCE] 42d398a5 — DURABLY link an already-indexed table (doc_tables row) to its caption paragraph (a doc_elements id), by stable structural id rather than paragraph proximity. The table analogue of link_figure_caption. Use this to confirm an advisory suggested_caption_element_id returned by index_table, or to backfill a durable link on a table that was indexed before caption linkage was supported. Provide table_id (the doc_tables.id of the table to link) and caption_element_id (the doc_elements.id of the caption paragraph — a kind='table' SEQ-field element from the section-tree store). This is the confirmation primitive for the ambiguous-multi-candidate scenario: when index_table surfaces multiple caption candidates in the same section, inspect them and call this tool with the correct one to confirm the durable link. Returns the updated table row on success, or {error} when table_id doesn't resolve to a known table. 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_table_caption accept? +

link_table_caption accepts 5 parameters: doc, table_id, project_id, project_name, caption_element_id. Required: doc, table_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_table_caption? +

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

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

Can I rate-limit link_table_caption? +

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

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

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