Skip to main content
Glama
kerwin77106

notion-multi-mcp

by kerwin77106

default_update_database

Update Notion database properties: modify title, schema, icon, or cover using JSON inputs for any specified database ID.

Instructions

[default] Update database properties

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYes
title_jsonNo
properties_jsonNo
icon_jsonNo
cover_jsonNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavioral traits. It only says 'Update database properties', which implies mutation but does not reveal side effects, required permissions, or response behavior. This is insufficient for a mutation tool.

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

Conciseness3/5

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

The description is very concise at only five words. However, conciseness comes at the cost of helpfulness; it omits nearly all useful detail. While not verbose, it fails to provide sufficient information for correct tool usage.

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?

Given the tool has five parameters with no schema descriptions, no annotations, and a complex output schema, the description is extremely incomplete. It does not explain what properties can be updated, how the JSON parameters should be structured, or what the response contains. The agent would have to guess or infer crucial details.

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

Parameters1/5

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

Schema description coverage is 0%, meaning the schema provides no parameter descriptions. The description adds no meaning to the five parameters (database_id, title_json, properties_json, icon_json, cover_json). It does not explain their purpose or format, leaving the agent with no guidance beyond the parameter names and types.

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?

The description clearly states the action and resource: 'Update database properties'. It is specific enough to understand the tool's purpose, but does not differentiate from sibling tools like update_block or update_data_source, which also perform updates on different resources.

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 provided on when to use this tool versus alternatives. There is no indication of prerequisites, recommended scenarios, or when not to use it. The description simply states the action without context.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kerwin77106/Notion-Multi-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server