You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.27.1).

query_all

Inactive

Tool of sncro

declared in 1.27.1

Query all matching DOM elements by CSS selector. Returns a summary of each matching element (tag, id, class, bounding rect, inner text). Useful for checking lists, grids, or multiple instances of a component. Requires a connected browser session. If you get BROWSER_NOT_CONNECTED, call check_session first and wait for "connected" status. Args: key: The sncro session key secret: The session secret from create_session selector: CSS selector limit: Max elements to return (default 20)

Parameters schema

{
  "type": "object",
  "title": "query_allArguments",
  "required": [
    "key",
    "secret",
    "selector"
  ],
  "properties": {
    "key": {
      "type": "string",
      "title": "Key"
    },
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 20
    },
    "secret": {
      "type": "string",
      "title": "Secret"
    },
    "selector": {
      "type": "string",
      "title": "Selector"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

sncro

https://github.com/scottconfusedgorilla/sncro-relay

2/7 registries
View full server →