MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/browser/tools.ts:276–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274});
275
276export class BrowserGetTextTool extends Tool<z.infer<typeof GetTextArgs>> {
277 name = 'browser_get_text';
278 description = 'Extract visible text from the page (or a specific element). Skips <script>, <style>. Use to verify content after interactions. Read-only.';
279 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected