Claude

submission.duplicates

Search generated registry artifacts for likely duplicate entries before a user opens a submission PR.

Remote heyclaude/heyclaude

Remote (network-hosted)

Other tools also called submission.duplicates? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 240,
      "minLength": 1,
      "description": "Tool or resource name to search for near-duplicates."
    },
    "slug": {
      "type": "string",
      "pattern": "^[a-z0-9-]+$",
      "maxLength": 120,
      "minLength": 1,
      "description": "Slug to check for an exact existing entry."
    },
    "limit": {
      "type": "integer",
      "maximum": 10,
      "minimum": 1,
      "description": "Maximum number of duplicate candidates to return (1–10)."
    },
    "title": {
      "type": "string",
      "maxLength": 240,
      "minLength": 1,
      "description": "Display title to search for near-duplicates."
    },
    "docsUrl": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1,
      "description": "Documentation URL to check for duplicates."
    },
    "category": {
      "type": "string",
      "pattern": "^[a-z0-9-]+$",
      "maxLength": 120,
      "minLength": 1,
      "description": "Category to scope the duplicate search."
    },
    "githubUrl": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1,
      "description": "GitHub repository URL to check for duplicates."
    },
    "sourceUrl": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1,
      "description": "Primary source URL to check against existing entries."
    },
    "sourceUrls": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 500,
        "minLength": 1
      },
      "maxItems": 10,
      "description": "Multiple source URLs to check (e.g. GitHub repo + docs site)."
    },
    "websiteUrl": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1,
      "description": "Homepage or product URL to check for duplicates."
    },
    "brandDomain": {
      "type": "string",
      "maxLength": 255,
      "minLength": 1,
      "description": "Brand's canonical domain (e.g. 'example.com') to check for duplicates."
    },
    "downloadUrl": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1,
      "description": "Download or release URL to check for duplicates."
    }
  }
}
          

Provider

Claude →