Skip to main content
Glama
109,445 tools. Last updated 2026-04-17 21:33
  • Convert is not supported on the hosted server (no persistent local filesystem to write the output file to). Use the local stdio SDK (@ailang/parse) for local conversions, where the user has filesystem access.
    Connector
  • Finalize a chunked upload: assembles all chunks, validates size, writes the file to disk, and returns the server-local path. Pass the returned path to open_binary to begin analysis.
    Connector
  • Switch between local and remote DanNet servers on the fly. This tool allows you to change the DanNet server endpoint during runtime without restarting the MCP server. Useful for switching between development (local) and production (remote) servers. Args: server: Server to switch to. Options: - "local": Use localhost:3456 (development server) - "remote": Use wordnet.dk (production server) - Custom URL: Any valid URL starting with http:// or https:// Returns: Dict with status information: - status: "success" or "error" - message: Description of the operation - previous_url: The URL that was previously active - current_url: The URL that is now active Example: # Switch to local development server result = switch_dannet_server("local") # Switch to production server result = switch_dannet_server("remote") # Switch to custom server result = switch_dannet_server("https://my-custom-dannet.example.com")
    Connector
  • Download a binary from a URL for analysis. This is the fastest way to load a binary that is hosted online -- the server fetches it directly over HTTP, avoiding base64 encoding and LLM token limits entirely. Returns the server-local path; pass it to open_binary to begin analysis.
    Connector
  • Download one completed encrypt result file through the gateway. This uses legacy was-util ``POST /result/url`` to obtain a signed URL, then fetches the file server-side so MCP clients do not depend on environment-specific external MinIO reachability. By default the response includes base64 when the file is small enough and always stores a local copy under ``data/downloads/<job_id>/`` unless ``save_to_path`` is provided.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • Manage files and folders directly from your workspace. Read and write files, list directories, cre…

  • Send friendly greetings instantly. Learn the origin of 'Hello, World' to add a fun fact to your me…