You're viewing a demo portfolio

Join the waitlist
PRSM

aidelly_create_short_link

Active

Tool of io.github.wilzer/aidelly

declared in 0.3.0

Create a manual short link on the workspace.

Parameters schema

{
  "type": "object",
  "required": [
    "idempotency_key",
    "target_url"
  ],
  "properties": {
    "body": {
      "type": "object",
      "description": "Optional body override for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "query": {
      "type": "object",
      "description": "Optional query overrides for endpoints with sparse parameter schemas.",
      "additionalProperties": true
    },
    "brand_id": {
      "type": "string"
    },
    "target_url": {
      "type": "string",
      "format": "uri",
      "maxLength": 2048
    },
    "workspace_id": {
      "type": "string",
      "format": "uuid",
      "description": "Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content."
    },
    "idempotency_key": {
      "type": "string"
    },
    "source_platform": {
      "type": "string",
      "description": "Optional originating platform identifier (e.g. `instagram`)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.wilzer/aidelly

https://github.com/Aidelly/claude-plugin

1/7 registries
View full server →