Skip to main content
Glama

SharePoint OAuth Authorize (Deprecated)

lyzr_kb_sync_sharepoint_oauth_authorize
Read-onlyIdempotent

Generate the SharePoint OAuth authorize URL to authenticate and enable knowledge base sync.

Instructions

[deprecated] Get the SharePoint OAuth authorize URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare this as read-only and idempotent, so the safety profile is covered. The description adds the deprecation status and the fact that the tool returns a URL, which is useful, but it omits any prerequisites or flow context that would help an agent navigate the OAuth process.

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 a single, front-loaded sentence with no wasted words. The '[deprecated]' marker is placed first, making the status immediately visible.

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 zero-parameter deprecated helper, the description covers the core purpose and return kind. However, it does not name a replacement tool or explain the OAuth flow sequence, leaving the agent without enough guidance to decide whether and how to use it in a real workflow.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so there is nothing to explain beyond the schema. The 100% schema coverage baseline of 4 applies, and the description's mention of 'authorize URL' indirectly clarifies the expected return behavior.

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 states 'Get the SharePoint OAuth authorize URL' with a specific verb and resource, making the tool's function immediately clear. The '[deprecated]' prefix and the distinction from sibling exchange/callback tools further clarify that this is the authorize step.

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 within the OAuth flow or what to do once the URL is obtained. The deprecation note implies it should likely be avoided, but no alternative tool is named, even though siblings like lyzr_rag_source_auth_sharepoint_authorize appear to serve a similar purpose.

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/nandanNM/lyzr-mcp'

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