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

index_table

[MAINTENANCE] 2622182d — index ONE table into the SEMANTIC table index against a document already stored in the doc-structure store — populated by ingest_document (which registers a docx/latex document's structure here in addition to storing the flat note text). Pass the SAME source/path you inge...

SERVERMeridian SOURCE@meridianmcp/mcp
Medium RISK CLASS
Category Write
Parameters 71 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/index-table.md

What index_table does on Meridian

AI agents use index_table 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, which registers a docx/latex document in the doc-structure store).
caption string The table's caption (drives normalized-caption dedup/similarity).
project_id string
table_index integer The table's document-order index (0-based or 1-based, your convention).
project_name string Project name — an alternative to project_id; resolved to the id internally. project_id wins if both are given.
semantic_label string Optional human label for the table (e.g. 'results table').
paired_figure_id string Optional: the doc_figures or doc_elements id of a related figure. When omitted, the nearest figure in the same structural section is suggested (advisory only).

Parameters from the server's own tool schema.

Why index_table is rated Medium

This tool writes/indexes a table entry into a semantic index store. It creates or updates index records (caption dedup, similarity entries) but does not delete data or execute arbitrary code. It modifies persistent storage in a reversible, additive way, making Write the most appropriate category. Medium severity because misuse could corrupt or pollute the semantic index used by AI coding sessions.

From the tool's definition index ONE table into the SEMANTIC table index against a document already stored in the doc-structure store — adds caption dedup + similarity, complementary to structural kind='table' section-tree placement

Risk signalsBulk/mass operation — affects multiple targets

Questions about index_table

What does the index_table tool do? +

[MAINTENANCE] 2622182d — index ONE table into the SEMANTIC table index against a document already stored in the doc-structure store — populated by ingest_document (which registers a docx/latex document's structure here in addition to storing the flat note text). Pass the SAME source/path you ingested under as doc. This is the table parallel of index_figure and is COMPLEMENTARY to the structural kind='table' section-tree placement (it adds caption dedup + similarity, it does not replace placement). Provide caption and/or table_index. Before inserting, the normalized caption is fuzzy-matched against every table already indexed for this document — a near-duplicate is NOT silently dropped (the table is still inserted) but IS surfaced via near_duplicates:[{table_id, matched_id, matched_caption, score}] so you can spot an accidental re-index. When paired_figure_id is omitted, the nearest figure in the same structural section is surfaced as suggested_figure_id (advisory, never auto-applied). Returns {table, near_duplicates}. 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 index_table accept? +

index_table accepts 7 parameters: doc, caption, project_id, table_index, project_name, semantic_label, paired_figure_id. Required: doc. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on index_table? +

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

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

Can I rate-limit index_table? +

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

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

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