Skip to main content
Glama
radar.langium1.1 kB
grammar Radar import "../common/common"; entry Radar: NEWLINE* ('radar-beta' | 'radar-beta:' | 'radar-beta' ':') NEWLINE* ( TitleAndAccessibilities | 'axis' axes+=Axis (',' axes+=Axis)* | 'curve' curves+=Curve (',' curves+=Curve)* | options+=Option (',' options+=Option)* | NEWLINE )* ; fragment Label: '[' label=STRING ']' ; Axis: name=ID (Label)? ; Curve: name=ID (Label)? '{' Entries '}' ; fragment Entries: NEWLINE* entries+=NumberEntry (',' NEWLINE* entries+=NumberEntry)* NEWLINE* | NEWLINE* entries+=DetailedEntry (',' NEWLINE* entries+=DetailedEntry)* NEWLINE* ; interface Entry { axis?: @Axis; value: number; } DetailedEntry returns Entry: axis=[Axis:ID] ':'? value=NUMBER ; NumberEntry returns Entry: value=NUMBER ; Option: ( name='showLegend' value=BOOLEAN | name='ticks' value=NUMBER | name='max' value=NUMBER | name='min' value=NUMBER | name='graticule' value=GRATICULE ) ; terminal GRATICULE returns string: 'circle' | 'polygon';

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/ai-of-mine/fast-mermaid-validator-mcp'

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