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
duration.md•270 B
# Duration
Represents a positive or negative span of time.
## Constructor
### `duration`
Creates a new duration.
You can specify the [duration] using weeks, days, hours, minutes and
seconds. You can also get a duration by subtracting two
[datetimes]($datetime).