Skip to main content
Glama
dbsxortime

jobs-tools-knowledgebase

by dbsxortime

Jobs-tools-knowledgeBase-upsertPage

Create a new page or update an existing one in a knowledge base project. Specify content in Markdown and optional tags, order, and parent page.

Instructions

Create or update a page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags (optional)
orderNoDisplay order (optional)
titleYesPage title
pageIdNoPage ID (optional, for update)
contentYesPage content (Markdown)
parentIdNoParent page ID (optional)
projectIdYesProject ID
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 behavioral disclosure. It only says 'Create or update a page' but doesn't explain whether the operation is idempotent, how update is triggered (pageId), what happens to missing or conflicting fields, or whether it overwrites content. This is a significant transparency gap 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.

Conciseness4/5

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

The description is a single, short sentence that is easy to parse and front-loaded. However, the brevity borders on under-specification, which limits its usefulness. It is concise, but the conciseness comes at the cost of essential behavioral details.

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?

The tool has 7 parameters, no output schema, and no annotations, yet the description provides only the minimal 'Create or update a page'. It fails to explain the upsert semantics, required field relationships, or update-vs-create conditions, making it incomplete for an agent to invoke correctly.

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?

Since schema description coverage is 100%, the baseline is 3. The description adds no parameter-level meaning beyond what the schema already provides, and it fails to highlight the role of optional parameters like pageId for updates or tags/order for metadata. It neither compensates nor detracts.

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 states a clear action ('Create or update') and resource ('a page'), which aligns with the tool name and distinguishes it from read/delete page tools. However, it doesn't explicitly say 'knowledge base page' or differentiate from createProject, so it's clear but not fully distinctive.

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 like getPage, deletePage, or createProject. There is no mention of the upsert behavior (when to create vs. update) or any conditions or prerequisites.

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/dbsxortime/Jobs-tools-knowledgeBase'

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