Skip to main content
Glama

Create a public progress link

create_share_link
Idempotent

Create (or disable) a public read-only progress page for accountability: completion %, streak and countdown only — no session names, habit names or metric values. Free during early access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
disableNotrue to turn an existing share page off
admin_tokenYes
calendar_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

It adds behavioral context beyond annotations: the created page is public and read-only for viewers, includes only specific metrics, and excludes sensitive names/values. It also notes free early access. No contradiction with the annotations, as readOnlyHint=false correctly reflects that the operation itself creates or disables the link.

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 sentence that front-loads the action and resource, with a colon-separated list of included/excluded content. No filler or redundant information.

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?

The description covers the tool's purpose and content scope, and an output schema exists. However, it omits how admin_token is used, what exactly happens when disable is true, and the idempotent behavior. Overall adequate but with notable gaps.

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

Parameters2/5

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

Schema description coverage is only 33% (only 'disable' has a description), and the description does not explain calendar_id or admin_token. It implies a disable action but does not connect it to the 'disable' parameter, leaving the agent to infer from the schema.

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 states the tool's function: creating or disabling a public read-only progress page. It lists specific content (completion %, streak, countdown) and excludes other data, which distinguishes it from siblings like create_calendar or get_status.

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 a use case (accountability) and mentions early access, but it does not explicitly say when to use this tool versus alternatives or when not to use it. No sibling tools are referenced.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.