Skip to main content
Glama
kharonx
by kharonx

get-site-list-item

get-site-list-item
Read-onlyIdempotent

Fetch a specific SharePoint list item and its field values by supplying the site ID, list ID, and item ID.

Instructions

Get a single SharePoint list item including field values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemIdYesValue for itemId
listIdYesValue for listId
siteIdYesValue for siteId
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already cover readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is clear. The description adds the behavioral detail that field values are included in the result, which is useful in the absence of an output schema. It does not contradict annotations.

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?

A single, front-loaded sentence that states the tool's core action without filler or redundancy. Every word contributes to meaning, and it is appropriately sized for a simple read operation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with clear parameter names and safety-bearing annotations, the description is largely sufficient. It specifies the return contains field values, though it does not detail response structure or explicitly route to list-based siblings. This is a minor gap given the tool's simplicity.

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. The schema property descriptions are placeholder-like ('Value for itemId'), but the parameter names siteId, listId, and itemId are self-explanatory, and the description adds SharePoint item context. No additional semantic meaning is provided beyond that.

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 a specific verb ('Get') and a specific resource ('a single SharePoint list item'), and the qualifier 'single' distinguishes it from the sibling list-site-list-items. It is immediately understandable and not a tautology.

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 it — when a single SharePoint list item is needed by ID — but it does not explicitly mention alternatives like list-site-list-items for multiple items or get-site-list for list metadata. Usage context is inferable, not stated.

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

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/kharonx/mcp_gateway'

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