10 tools from the Lytho MCP Server, categorised by risk level.
View the Lytho policy →get_comments Get paginated comments for any Lytho item. get_description Get the rich-text description for a Lytho task, proof, project, or campaign. Not available for work requests. get_files Get downloadable file URLs attached to a Lytho item. Work requests return deliverable file URLs; all other types return general file URLs. get_item Retrieve a single Lytho item by its ID. get_users Get the list of users associated with a Lytho item. list_descriptions Batch-retrieve descriptions for multiple Lytho tasks, proofs, projects, or campaigns. More efficient than calling get_description repeatedly. list_items Retrieve multiple Lytho items by their IDs in a single request. Supports pagination. list_preferences Retrieve Lytho user preferences. Provide a single 'id' for one preference, an 'ids' array to batch-fetch multiple preferences, or omit both to list... search_items Search Lytho items (work requests, tasks, proofs, projects, or campaigns) by name and archived status. The Lytho MCP server exposes 10 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Lytho server.
Lytho tools are categorised as Read (9), Write (1). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.