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

view_lsd

View SQL evaluation results and visual playback by entering LSD SQL code to analyze web data through a queryable database 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:51-54 (handler)
    The handler function for the 'view_lsd' tool. It generates and returns a URL where the user can view the results of an LSD SQL query along with a visual playback of its evaluation.
    @mcp.tool() 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)}"
Install Server

Other 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