{"version":"1","description":"forms.nullevi.app — agent-native form. Browser-side tools register via navigator.modelContext.registerTool(). Tools below are discovery hints; the canonical registration happens in the page DOM.","spec":"https://webmachinelearning.github.io/webmcp/","tools":[{"name":"get_form_questions","description":"Get all 100 questions across 5 pages. / 全100項目（5ページ分）のフォーム定義を返す。","inputSchema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"submit_form","description":"Submit all 100 answers at once. / 全100項目を一括送信する。","inputSchema":{"type":"object","properties":{"answers":{"type":"object","additionalProperties":true},"agent":{"type":"string","maxLength":80}},"required":["answers"],"additionalProperties":false}}]}