Skip to main content
Glama
hald

Things MCP Server

by hald

search_items

Locate specific items in the Things app by entering a search query. This tool enables quick retrieval of tasks, projects, or priorities for streamlined organization and management.

Instructions

Search for items in Things

Args: query: Search query

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Implementation Reference

  • The handler function for the 'search_items' MCP tool, registered with @mcp.tool decorator. It performs a search in Things using the url_scheme module and returns a confirmation.
    @mcp.tool
    async def search_items(query: str) -> str:
        """Search for items in Things
        
        Args:
            query: Search query
        """
        url = url_scheme.search(query)
        url_scheme.execute_url(url)
        return f"Searching for '{query}'"

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/hald/things-mcp'

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