Skip to main content
Glama

Capacities MCP Server

by jem-computer

capacities_save_weblink

Store web links directly into a Capacities space with custom titles, descriptions, or tags for organized and efficient knowledge management.

Instructions

Save a web link to a Capacities space with optional title and tags

Input Schema

NameRequiredDescriptionDefault
descriptionOverwriteNoOptional description for the weblink
mdTextNoText formatted as markdown that will be added to the notes section
spaceIdYesThe UUID of the space to save the weblink to
tagsNoOptional Tags to add to the weblink. Tags need to exactly match your tag names in Capacities, otherwise they will be created.
titleOverwriteNoOptional custom title for the weblink
urlYesThe URL to save

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "descriptionOverwrite": { "description": "Optional description for the weblink", "maxLength": 500, "type": "string" }, "mdText": { "description": "Text formatted as markdown that will be added to the notes section", "maxLength": 200000, "type": "string" }, "spaceId": { "description": "The UUID of the space to save the weblink to", "format": "uuid", "type": "string" }, "tags": { "description": "Optional Tags to add to the weblink. Tags need to exactly match your tag names in Capacities, otherwise they will be created.", "items": { "type": "string" }, "maxItems": 30, "type": "array" }, "titleOverwrite": { "description": "Optional custom title for the weblink", "maxLength": 500, "type": "string" }, "url": { "description": "The URL to save", "format": "uri", "type": "string" } }, "required": [ "spaceId", "url" ], "type": "object" }
Install Server

Other Tools from Capacities 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/jem-computer/capacities-mcp'

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