Skip to main content
Glama

notion_workspace_inventory

Destructive

Runs a Notion domain agent to produce a workspace inventory. Provide a free-text goal or structured inputs to list, audit, or summarize Notion items within your tenant and company scope.

Instructions

Run the notion domain agent action workspace_inventory.

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

B3.2/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, so the mutation risk is carried by structured metadata. The description adds useful routing and scoping context (JWT, tenant, company scope) but does not voluntarily disclose potential side effects or that this action may be destructive. It does not contradict the annotations.

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 short, front-loaded with the action to run, and includes a compact Args block. It contains no filler, and the routing/scoping context is stated efficiently.

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

Completeness3/5

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

For a generic two-parameter domain-agent wrapper with an output schema available, the description gives enough to attempt a call, but it omits what the workspace inventory returns or covers and does not warn about the destructive nature implied by annotations. The lack of usage guidance also limits contextual completeness.

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?

The schema has no parameter descriptions, so the description's 'free-text objective for the action' and 'optional JSON string of structured inputs' provide the only semantic guidance. This is minimally viable, but it lacks details about what keys/values inputs accepts or how message phrasing should be structured.

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

Purpose4/5

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

It clearly identifies the action being run ('notion domain agent action workspace_inventory') and explains that it is routed through the platform's domain-agent dispatcher. However, it never says what a workspace inventory actually produces or what the agent should expect, so it does not fully differentiate itself from related workspace_* 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 about when to use this tool versus alternatives. It does not mention direct Notion tools like notion_query_data or notion_search, related workspace_* tools, or any exclusions/preferences for choosing one over another.

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