Skip to main content
Glama
nonz250

notepm-mcp-server

by nonz250

create_page

Add a new page to your NotePM workspace. Supply note code and title, optionally set folder, markdown body, tags, and memo.

Instructions

Create a new page in NotePM. Note code and title are required. Optionally specify folder_id to create the page in a specific folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoPage body (Markdown format)
memoNoMemo (max 255 characters)
tagsNoArray of tags
titleYesPage title (1-100 characters)
folder_idNoFolder ID to create page in (if omitted, created at note root)
note_codeYesNote code to create page in

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.1.6
  2. Removedv1.1.5
  3. First observedv1.1.3

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are present, so the description carries the full behavioral disclosure burden. It identifies the action as creating a new page but does not mention permissions, side effects, return values, error behavior, or whether creating could overwrite an existing note_code. This is minimal for a write operation.

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?

Two sentences convey the action, the resource, and the key constraints without wasted words. The required parameters are stated up front, and the optional folder_id behavior follows naturally.

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?

The description covers the essential action and required parameters, and the schema fully documents all six parameters. However, with no output schema and no annotations, it omits the expected result of the creation, how errors are surfaced, and any permission requirements, leaving the tool partially underspecified.

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 100%, so the baseline is 3 even without additional parameter detail. The description restates that note_code and title are required and adds that folder_id is optional, but these facts are already present in the schema, adding little net value.

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

Purpose5/5

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

The description states a specific verb and resource: 'Create a new page in NotePM.' It also clarifies the required fields, making the tool's purpose immediately clear and distinguishing it from update_page and create_tag.

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

Usage Guidelines3/5

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

The description implies when to use the tool by saying 'Create a new page', but it does not explicitly mention alternatives or when not to use it. There is no guidance about preferring update_page for existing pages or search_pages for retrieval.

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

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/nonz250/notepm-mcp-server'

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