Skip to main content
Glama
dYn36

sharepoint-online-mcp

by dYn36

add_spacer

Insert a spacer web part into a SharePoint page section and column to control vertical spacing, with optional pixel height.

Instructions

Add a spacer web part

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
heightNoHeight in pixels (default: 60)
pageIdYes
siteIdYes
columnIndexYes
sectionIndexYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. It says nothing about permissions, whether it requires a publish step, whether existing layout is affected, or what is returned. For a mutation tool with zero annotation coverage this is a significant gap.

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 a single short sentence with no waste, but it is under-specified rather than efficiently concise. There is no front-loaded context about placement or prerequisites.

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?

With five params, four required and 80% undocumented, no annotations, and no output schema, the description is far too thin to support correct invocation. An agent would not know where the spacer lands or what state changes occur.

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 only 20%: height has a default documented, but siteId, pageId, sectionIndex and columnIndex are bare. The description adds no parameter meaning, leaving four required params effectively undocumented.

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

Purpose3/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 ('add' + 'spacer web part'), which is clear on its own. However, it does not differentiate from close siblings like add_divider or add_text_webpart, which also add visual elements to a page, so the agent must infer the distinction.

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 given about when to use this tool versus alternatives such as add_divider or add_section, nor any prerequisites like requiring an existing page or section. The agent gets no routing signal beyond the name.

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