Common Tool Options and Error Handling
mainMost tools in the Notion MCP server support the following optional parameters to control output:
format: Specifies the output format. Options are"json"or"markdown". The default is"markdown".response_mode: Controls how much data is returned on list-heavy read tools. Options are"auto","compact", or"full".
Error Handling:
Tool errors are returned with isError: true. This allows an AI agent to identify the error and attempt to correct invalid arguments in subsequent calls.