Skip to main content
Glama
127,390 tools. Last updated 2026-05-05 15:21

"league of legends" matching MCP tools:

  • Get traffic and performance metrics for a site. Requires: API key with read scope. Args: slug: Site identifier days: Number of days of history (1–90, default: 7) Returns: {"requests": [...], "bandwidth": [...], "errors": [...], "period": {"start": "iso8601", "end": "iso8601"}} Errors: NOT_FOUND: Unknown slug VALIDATION_ERROR: days out of range
    Connector
  • Return the full list of currently unreliable Czech VAT payers from ADIS. WARNING: response can be 50–100 MB (tens of thousands of entries). Intended for daily mirroring into a local database, not for ad-hoc inspection. For "is this specific company unreliable?" use check_dph_payer instead.
    Connector
  • Get autocomplete suggestions for Danish word prefixes. Useful for discovering Danish vocabulary or finding the correct spelling of words. Returns lemma forms (dictionary forms) of words. Args: prefix: The beginning of a Danish word (minimum 3 characters required) max_results: Maximum number of suggestions to return (default: 10) Returns: Comma-separated string of word completions in alphabetical order Note: Autocomplete requires at least 3 characters to prevent excessive results. Example: suggestions = autocomplete_danish_word("hyg", 5) # Returns: "hygge, hyggelig, hygiejne"
    Connector
  • Retrieve the full text of any section of the Catalunya 2022 document by its canonical slug. Slugs follow the pattern: 'sphere-1', 'sphere-1/goal-2', 'sphere-1/goal-2/action-2-1'. Static pages: 'introduction', 'executive-summary', 'train-of-prosperity'. Use get_document_metadata to discover all available slugs.
    Connector
  • Get the HTML content of one named section of a GOV.UK page. Use govuk_get_content first to get the list of available section anchors, then call this with the anchor of the section you want to read.
    Connector
  • Get full details of a Cochrane systematic review by PubMed ID. Returns the complete abstract, authors, publication info, MeSH terms, and conclusions of a Cochrane review. Use PMIDs from search_reviews results. Args: pmid: PubMed ID of the review (e.g. '35658166').
    Connector

Matching MCP Servers

Matching MCP Connectors

  • Description of my MCP server

  • Find ~5 thinkers whose intellectual fingerprint matches a passage of text.

  • Retrieve the full details of a single invoice by its UUID. Use when the freelancer asks to view, review, or share the details of a specific invoice.
    Connector
  • Full-text search of clinician-reviewed pediatric psychiatry articles published on Psychiatry for Children, ranked by relevance. Use to find guidance for parents and caregivers of children.
    Connector
  • List all devices registered to the partner account. WHEN TO USE: - Getting an overview of all connected devices - Finding devices by status (online/offline) - Auditing the device fleet RETURNS: - devices: Array of device objects - total: Total device count - online_count: Number of online devices - offline_count: Number of offline devices EXAMPLE: User: "Show me all my online devices" list_devices({ status: "online", limit: 50 })
    Connector
  • Get today's NHL hockey game scores, schedules, and match results. Returns team names, final scores, game times, current standings, and player statistics. Use for hockey fan updates, fantasy league management, or sports betting research.
    Connector
  • Get database and search index statistics including counts of laws, norms, and indexed vectors. Use for health checks or to understand the scope of the legal corpus.
    Connector
  • Soft-delete one of your playlists. Requires authentication. Args: playlist_id: The UUID of the playlist to delete.
    Connector
  • When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance. Only omit if you're sure you don't need the data. Retrieve a paginated list of all Runs for a Project. Runs are ordered by creation date, most recent first. # Response Schema ```json { type: 'object', properties: { data: { type: 'array', items: { $ref: '#/$defs/run' } }, hasMore: { type: 'boolean' }, nextCursor: { type: 'string' }, total: { type: 'integer' } }, required: [ 'data', 'hasMore', 'nextCursor' ], $defs: { run: { type: 'object', description: 'A Run in the Scorecard system.', properties: { id: { type: 'string', description: 'The ID of the Run.' }, metricIds: { type: 'array', description: 'The IDs of the metrics this Run is using.', items: { type: 'string' } }, metricVersionIds: { type: 'array', description: 'The IDs of the metric versions this Run is using.', items: { type: 'string' } }, numExpectedRecords: { type: 'number', description: 'The number of expected records in the Run. Determined by the number of testcases in the Run\'s Testset at the time of Run creation.' }, numRecords: { type: 'number', description: 'The number of records in the Run.' }, numScores: { type: 'number', description: 'The number of completed scores in the Run so far.' }, status: { type: 'string', description: 'The status of the Run.', enum: [ 'pending', 'awaiting_execution', 'running_execution', 'awaiting_scoring', 'running_scoring', 'awaiting_human_scoring', 'completed' ] }, systemId: { type: 'string', description: 'The ID of the system this Run is using.' }, systemVersionId: { type: 'string', description: 'The ID of the system version this Run is using.' }, testsetId: { type: 'string', description: 'The ID of the Testset this Run is testing.' } }, required: [ 'id', 'metricIds', 'metricVersionIds', 'numExpectedRecords', 'numRecords', 'numScores', 'status', 'systemId', 'systemVersionId', 'testsetId' ] } } } ```
    Connector
  • Get stablecoin supply distribution across chains (Ethereum, Tron, Solana, etc.). Args: days: Number of days of history (optional)
    Connector
  • Read the content of a specific file at a past version of an app. Use list_versions to get a commit hash and get_version_files to browse available files.
    Connector