SharePoint Online MCP Server

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

ID: ukikhn363m