Skip to main content
Glama
dhanushkacc

sharepoint-excel-mcp

by dhanushkacc

List worksheets

list_excel_sheets

List the worksheet names in a SharePoint-hosted Excel workbook to identify available sheets for data extraction.

Instructions

List the worksheet names in a SharePoint-hosted Excel workbook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linkNoSharePoint sharing link (…/:x:/s/Site/TOKEN?e=code) or a direct document URL. Omit if supplying driveId and itemId.
itemIdNoItem ID from resolve_link. Use with driveId.
driveIdNoDrive ID from resolve_link. Use with itemId.
Behavior3/5

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

No annotations are provided, and the description does not disclose any behavioral details beyond the primary read operation. It does not mention authentication requirements, side effects, or error conditions. However, for a simple list operation, the behavior is self-evident, so this is adequate but not comprehensive.

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 one sentence, front-loaded with the verb and resource, and contains no unnecessary words.

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?

The tool is simple with three optional parameters and no output schema. The description explains the primary function and implies the return of worksheet names. It does not explicitly describe the output format or the requirement to supply either link or driveId/itemId, but these are covered in the schema. Overall, it is sufficient for a basic list operation.

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?

The schema already provides 100% coverage of the three parameters with clear descriptions. The tool description adds no additional parameter semantics beyond the schema, so a baseline score of 3 is appropriate.

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 identifies the action (list) and the resource (worksheet names in a SharePoint-hosted Excel workbook), distinguishing it from sibling tools like describe_sheet or get_cell_range.

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 usage when a caller needs worksheet names, but it does not explicitly state when to prefer this over resolve_link or describe_sheet, nor any exclusions. The usage context is clear from the purpose, so an agent can infer when to call it.

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/dhanushkacc/sharepoint-excel-mcp'

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