1,216 tools
delete_document
Deletes a document from the workspace. Pauses for user authorization before deleting. If the deleted document was active, a different docume…
switch_active_document
Switches the active document in the editor. Saves the current document content before switching. Does not require user authorization.
translate
Translate a piece of text from one language to another using an on-device AI model. Languages are specified as BCP 47 tags (e.g. 'en', 'fr',…
delegate_to_skill
Delegates a task to a named skill (sub-agent). The skill runs with read-only access and returns its response as a string. Interpret the resp…
invoke_agent
Delegates an ad-hoc task to a generic sub-agent. The sub-agent runs with the given system prompt and optional tool groups. Returns { result:…
invoke_planner
Decomposes a high-level task into a structured step-by-step Plan. Returns a JSON string: { goal, steps: [{ id, instruction, dependsOn }] }. …
invoke_researcher
Queries workspace documents and synthesizes a structured answer. Returns JSON: { summary, sources: [{ id, title, excerpt }] }. Use this when…
invoke_writer
Generates draft text for a single targeted section from an instruction and optional research/style context. Returns { draft: string } — raw …
invoke_reviewer
Evaluates a draft against explicit criteria and returns structured feedback. Returns JSON: { passed: boolean, issues: [{ severity, location?…
post_comment
Leave a blog post comment
admintoolkit_check_ai_crawler_access
Return a read-only RFC 9309 robots.txt access report for AI and search crawlers. Accepts robots.txt text or a public robots.txt URL plus an …
admintoolkit_validate_llms_txt
Validate the required initial H1, optional summary and project details, and any H2 resource lists with link titles, URLs, optional descripti…
admintoolkit_validate_a2a_agent_card
Return a read-only version-aware A2A Agent Card validation report. Includes v0.2, v0.3 and v1.0 structure plus discovery-path evidence witho…
admintoolkit_validate_webmcp_tool
Return a read-only WebMCP report for pasted or fetched source. Includes declarative and imperative static-source evidence separately from ca…
admintoolkit_check_mx_records
Return a read-only MX routing report for a mail domain. Accepts a domain name. Includes exchanger hosts, preferences, Null MX, CNAME risk, a…
admintoolkit_check_email_auth_records
Return a read-only SPF, DMARC and DKIM report for a mail domain. Accepts a domain plus optional pasted TXT values. Includes syntax, policy s…
admintoolkit_analyze_email_headers
Return a read-only email message header report. Accepts pasted RFC 5322 headers. Includes raw Received order, recorded Authentication-Result…
admintoolkit_validate_arc_chain
Return a read-only ARC structural validation report. Accepts pasted ARC-Seal, ARC-Message-Signature and ARC-Authentication-Results fields. I…
admintoolkit_check_bimi_record
Return a read-only BIMI readiness report for a mail domain. Accepts a domain, selector and optional BIMI, DMARC, logo or certificate evidenc…
admintoolkit_check_mta_sts_policy
Return a read-only MTA-STS deployment report for a mail domain. Accepts a domain plus optional TXT, policy, MX and TLS-RPT evidence. Include…
admintoolkit_check_tls_rpt_policy
Return a read-only SMTP TLS Reporting report for a mail domain. Accepts a domain plus optional TLS-RPT TXT or RUA values. Includes version s…
admintoolkit_check_smtp_tls_readiness
Return a read-only SMTP TLS delivery readiness report for a mail domain. Accepts a domain and optional MTA-STS, TLS-RPT, DANE and FCrDNS che…
admintoolkit_validate_dnssec_records
Return a read-only DNSSEC evidence report for a domain. Accepts a domain plus optional DS, DNSKEY, RRSIG and resolver-status data. Includes …
admintoolkit_generate_tlsa_record
Return a read-only DANE TLSA record report. Accepts host, port, protocol, usage, selector, matching type and optional certificate data. Incl…
admintoolkit_validate_dane_records
Return a read-only DANE service validation report. Accepts service host, port, protocol, TLSA records, DNSSEC status and optional certificat…
admintoolkit_check_caa_records
Return a read-only CAA certificate-authority policy report for a domain. Accepts a domain plus optional CAA records and issuer details. Incl…
admintoolkit_analyze_http_headers
Return a read-only HTTP response-header report for a public endpoint. Accepts pasted headers or a public URL. Includes security, cache, fram…
admintoolkit_decode_ssl_certificate
Return a read-only X.509 TLS certificate report. Accepts PEM text or public TLS host details. Includes subject, issuer, SANs, validity, fing…
admintoolkit_validate_security_txt
Return a read-only RFC 9116 security.txt report. Accepts pasted content or a public security.txt URL plus optional contact fields. Includes …
admintoolkit_check_tls_configuration
Return a read-only public TLS configuration report for a host. Accepts host and port plus optional HSTS evidence. Includes separate exact-ve…
admintoolkit_check_redirect_indexability
Return a read-only redirect, canonical and indexability report for a public URL. Accepts a URL. Includes bounded per-hop status and SSRF evi…
admintoolkit_show_public_ip_context
Return a read-only same-origin IP context report for the current request. Requires no input. Includes the canonical primary address, directl…
admintoolkit_calculate_cidr_subnet
Return a read-only local IPv4 or IPv6 CIDR report. Accepts a CIDR block plus optional split prefix and address family. Includes exact BigInt…
admintoolkit_decode_edid_data
Return a read-only local EDID 1.3/1.4 and bounded CTA report. Includes identity, checksums, feature-qualified preferred timing, detailed tim…
mc_list_servers
List every Minecraft server owned by the signed-in user, including id, name, domain, region, status and online players.
mc_get_server
Get full details for one server by id (status, config, instance size, connection address, players).
mc_create_server
Create a new Minecraft server. `region` must be an awsRegion id from mc_list_regions. Per-account server limits and wallet balance are enfor…
mc_update_server
Update a server's name, instance size, autostart, or world config (MOTD, max players, difficulty, version, mods, etc.). Some fields require …
mc_server_action
Run a lifecycle action on a server: start, stop, restart (full EC2 reboot) or restart-container (in-place). `start` may return a 402 billing…
mc_delete_server
Permanently delete a server and its world data. Irreversible. Prompts the user to confirm before proceeding.