MCP tools: Assistance

Last updated About 2 hours ago

MCP tools: Assistance

Tools that neither read nor write project data, but help the AI answer: product knowledge, the support path, and how things are rendered in chat.

search_docs

Searches the Liza documentation (what Liza is, how it works, the Public API and MCP). read · guest

ParameterTypeDefaultDescription
querystringSearch term. Without query you get the documentation overview (index)
limitnumber5Max number of matching sections

The source is the very pages you are reading — the server ingests them as llms.txt/llms-full.txt from docs.liza.app.

create_feedback

Creates a post in Featurebase (feedback.liza.app) — the path for bug reports, feature requests, feedback and support.

write · user
ParameterTypeDescription
typeenum bug | feature | feedback | support (required)Kind of post
titlestring (3–120) (required)Short, clear title
contentstring (5–6000) (required)Description in markdown — for bugs include steps to reproduce, expected vs. actual behaviour

The response contains the real post URL (feedback.liza.app/p/…). Do not create an internal list item and never invent a ticket ID.

get_widget_spec

Returns the specification of the Liza chat widgets. read · guest

Widgets are fenced code blocks that Liza renders in chat as real elements instead of text:

BlockResult
```liza-chartChart (bar, line, pie …)
```liza-flowFlow diagram
```liza-formFillable form
```liza-actionAction button that really writes after confirmation
ParameterTypeDefaultDescription
typeenum overview | chart | flow | form | actionoverviewoverview = which widget when + shared rules; otherwise the full schema of that type

Call it before writing the first such block in a session instead of guessing the JSON schema.