Skip to main content
Glama

SharePoint Online MCP Server

by Zerg00s

getTitle

Retrieve the title of a SharePoint online website by inputting its URL, enabling quick identification and management of site information.

Instructions

Get the title of a SharePoint website

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the SharePoint website

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "URL of the SharePoint website", "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from SharePoint Online MCP Server

Related Tools

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/Zerg00s/server-sharepoint'

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