Skip to main content
Glama

create_page

Create modern SharePoint pages with REST API by default, or use Microsoft Graph when necessary.

Instructions

Create a modern page, preferring SharePoint REST by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
preferApiNosharepoint-rest
definitionYes
Behavior2/5

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

With no annotations, the description must supply all behavioral transparency. The only disclosed behavior is the preference for SharePoint REST by default, which is a useful hint about the preferApi parameter. However, it does not explain what happens on creation (e.g., location, draft status, return values) or any side effects, leaving significant gaps for a creation tool.

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?

The description is a single sentence that is front-loaded with the core action. The API preference clause is brief and adds relevant technical context. Every word contributes value, with no filler or redundant content.

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's complexity—a nested `definition` object, no output schema, and no annotations—the description is severely incomplete. It lacks any explanation of the definition structure, site context requirements, or expected result. An agent would be left guessing the format of the required parameter, making the tool nearly unusable without external documentation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. The phrase 'preferring SharePoint REST by default' adds meaning to the preferApi parameter by clarifying its default behavior. However, the required `definition` object is not described at all—no hints about its shape, required fields, or how it defines a modern page.

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 clearly states the tool's purpose with a specific verb and resource: 'Create a modern page'. This distinguishes it from sibling tools like get_page, publish_page, and preview_page_layout_update, which handle different operations. The qualifier 'modern' adds specificity beyond a generic page creation.

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. The description does not mention any recommended contexts, exclusions, or comparisons to related tools such as create_list or apply_page_layout_update. The API preference clause is a technical detail, not a usage guideline.

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/icemage001/local_sharepoint_mcp'

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