Skip to main content
Glama

notion_link_review

Destructive

Review links in Notion pages to check their validity, relevance, or status.

Instructions

Run the notion domain agent action link_review.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.9/5.0
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations indicate destructiveHint=true and readOnly=false, but the description discloses no behavioral effects, permissions, side effects, or what the action modifies or deletes. It adds no meaningful behavioral transparency beyond what annotations already state.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief, well-structured, and front-loads the main action. It uses an Args section efficiently and contains no filler, though the available space could have been used to explain the domain behavior.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The core domain behavior is entirely undefined: an agent cannot determine what link_review does, when to invoke it, or what outcome to expect. The routing and scoping context is not enough to make this a usable tool definition even though an output schema and annotations exist.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It adds minimal semantics by calling message a 'free-text objective' and inputs an 'optional JSON string of structured inputs', but it does not explain what objective content is expected, how inputs relate to the link_review action, or what structure the JSON should follow.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description only says 'Run the notion domain agent action link_review', which largely restates the tool name without explaining what link_review actually does. The routing detail about JWT, tenant, and company scope explains mechanism, not purpose, and does not distinguish this from the many other notion_* sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given for when to use this tool versus alternatives such as notion_chat, notion_query_data, or dispatch_domain_agent. The only contextual statement is about dispatcher routing and scoping, which describes execution but not selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools