Skip to main content
Glama

show

Display specific tasks or projects from Things 3 using ID-based lookup, text queries, or category filters to retrieve structured data for analysis and management.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
queryNo
filterNo

Implementation Reference

  • Implementation of the "show" tool, which uses `openThingsURL` to open items in Things.
      "show",
      {
        id: z.string().optional(),
        query: z.string().optional(),
        filter: z.array(z.string()).optional(),
      },
      async (params) => {
        const url = await openThingsURL("show", buildURLParams(params));
        return buildTextResponse("Opened item in Things", { url });
      }
    );

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/soycanopa/SupaThings-MCP'

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