We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FujishigeTemma/typst-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
bool.md•197 B
# Boolean
A type with two states.
The boolean type has two values: `{true}` and `{false}`. It denotes whether
something is active or enabled.
# Example
```example
#false \
#true \
#(1 < 2)
```