Skip to main content
Glama
lsd-so
by lsd-so

view_lsd

Generates a URL for viewing results and visual playback of LSD SQL evaluations, enabling users to analyze and interact with web data transformed into a queryable structure.

Instructions

"Returns a URL to a page where the user can view results as well as a visual playback of LSD SQL evaluation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lsd_sql_codeYes

Implementation Reference

  • app.py:52-54 (handler)
    Handler function that generates and returns a URL for viewing LSD SQL results with visual playback.
    def view_lsd(lsd_sql_code: str) -> str: """"Returns a URL to a page where the user can view results as well as a visual playback of LSD SQL evaluation""" return f"https://lsd.so/view?query={urllib.parse.quote_plus(lsd_sql_code)}"
  • app.py:51-51 (registration)
    Registers the view_lsd tool using the @mcp.tool() decorator from FastMCP.
    @mcp.tool()

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lsd-so/lsd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server