Skip to main content
Glama
oliverhruby

Microsoft Graph MCP Server

by oliverhruby

create_list_item

Adds a new entry to a Microsoft SharePoint list by providing the site, list, and column values as a JSON object.

Instructions

Create a list item. fields_json: JSON object of {columnName: value}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYes
site_idYes
fields_jsonYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.1/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 disclosure burden. It states the mutation ('Create') but does not disclose what the tool returns, whether it overwrites anything, what permissions or validations are required, or what side effects occur on failure. This is a significant gap 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?

The description is exceptionally concise: two short sentences with no filler. The purpose is front-loaded, and the second sentence adds useful parameter semantics. Every word earns its place.

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?

For a simple three-parameter create operation, the description gives the essential action and the key fields_json format. It is minimally viable, but it leaves gaps: no return value information, no usage guidance, no examples, and no explanation of list/site ID semantics beyond their names.

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 0%, so the description must compensate. It does add meaningful context by explaining that fields_json is a 'JSON object of {columnName: value}', which is the most complex parameter. However, it does not explain how to obtain site_id or list_id, provide an example, or clarify whether columnName refers to internal or display names.

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 uses a specific verb and resource: 'Create a list item.' This clearly distinguishes it from sibling tools like update_list_item, delete_list_item, get_list_item, and list_list_items at a basic level. However, it does not explicitly differentiate it from broader 'create' tools that might apply to similar list-like resources.

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?

The description provides no guidance on when to use this tool versus alternatives such as update_list_item, append_table_row, or create_todo_task. There is no mention of prerequisites like needing an existing list, appropriate column names, or situations where update_list_item would be more appropriate.

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/oliverhruby/msgraph-mcp'

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