Skip to main content
Glama

parse-teams-url

Read-only

Converts any Teams meeting URL format, including short, full, or recap links, to a standard joinWebUrl for use with list-online-meetings.

Instructions

Converts any Teams meeting URL format (short /meet/, full /meetup-join/, or recap ?threadId=) into a standard joinWebUrl. Use this before list-online-meetings when the user provides a recap or short URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesTeams meeting URL in any format
Behavior4/5

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

The description discloses that it performs a conversion, which is a read-only transformation consistent with the readOnlyHint annotation. It adds format-specific details beyond the annotation (enumerating URL types) but does not mention potential error handling or edge cases (e.g., invalid URLs), which would be the next level of transparency.

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?

Two sentences with no superfluous words. The core action is front-loaded, and the usage guidance is concise. Every word contributes meaning.

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

Completeness5/5

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

For a simple single-parameter tool with no output schema, the description fully covers what the tool does, when to use it, and what input forms are expected. Nothing an agent needs to correctly invoke it is missing.

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

Parameters5/5

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

While the schema already describes the parameter as 'Teams meeting URL in any format', the description enriches this by specifying the exact format variants accepted. This additional semantic detail helps the agent understand what constitutes a valid input and goes beyond the generic schema description.

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 explicitly states that the tool converts Teams meeting URLs into a standard joinWebUrl, enumerating the specific accepted formats (short /meet/, full /meetup-join/, recap ?threadId=). It clearly distinguishes its purpose from the mentioned sibling list-online-meetings by indicating when it should be used as a precursor.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives an explicit usage directive: 'Use this before list-online-meetings when the user provides a recap or short URL.' This tells the agent exactly when to invoke this tool and points to the alternative, though it doesn't explicitly state when not to use it for full URLs, the implication is clear enough.

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/A-Impact-Pavel/ms365-mcp'

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