Skip to main content
Glama

search

Search through Things 3 data to find specific tasks and projects using SQLite queries, enabling AI agents to locate and manage information within the task management system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo

Implementation Reference

  • Handler for the 'search' tool which triggers a Things search via its URL scheme.
      "search",
      {
        query: z.string().optional(),
      },
      async ({ query }) => {
        const url = await openThingsURL("search", buildURLParams({ query }));
        return buildTextResponse("Opened Things search", { query: query ?? "", 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