Skip to main content
Glama

notion_bulk_status_update

Destructive

Update multiple Notion status fields in bulk using natural language instructions. Specify the objective in a message and optional structured inputs to apply changes across pages.

Instructions

Run the notion domain agent action bulk_status_update.

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

C2.7/5.0
Behavior3/5

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

The description adds routing/auth context ('domain-agent dispatcher under your JWT, tenant, and company scope') beyond what annotations provide. However, it says nothing about the effects or side effects of the bulk status update itself, relying on annotations for destructiveHint/readOnlyHint. This is adequate but not rich.

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

Conciseness5/5

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

The description is short and front-loaded, with a clear action line followed by routing context and a compact Args list. Every sentence provides at least some information, and there is no redundant filler.

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

Completeness2/5

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

For a 2-parameter mutation tool with no domain semantics explained, the description is missing the core information an agent needs to select and use it correctly. It does not say what bulk_status_update does, what values to provide in inputs, or how to choose it over closely related bulk Notion tools. The output schema and annotations help, but the behavioral gap remains significant.

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

Parameters3/5

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

Schema description coverage is 0%, and the description does add basic semantics: message is a 'free-text objective' and inputs is an 'Optional JSON string of structured inputs'. It does not explain what keys or status values belong in inputs or how to phrase the objective for this specific action, so it only partially compensates for the missing schema descriptions.

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 first line 'Run the notion domain agent action `bulk_status_update`' restates the tool name as an action rather than explaining what the action accomplishes. It gives no indication of what is being updated or how it differs from notion_bulk_property_update/notion_bulk_update_pages. This is a tautology with routing context, not a purpose statement.

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?

The description provides no guidance about when to invoke this tool versus its many Notion siblings. The only context added is routing through the domain-agent dispatcher, which applies equally to similar tools. No exclusions, prerequisites, or alternative-selection conditions are given.

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