removedInput schema / properties / next_actions / items / properties / evidence_refs / items / additionalProperties
Removed value: -false
addedInput schema / properties / next_actions / items / properties / evidence_refs / items / anyOf
Added value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "author": {
+ "description": "画面上で確認した投稿者名またはアカウント表記。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "checked_at": {
+ "description": "エージェントが投稿を確認した日時。ISO 8601。",
+ "format": "date-time",
+ "type": "string"
+ },
+ "discovery_source": {
+ "description": "発見に使ったWeb検索サービス名。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "evidence_type": {
+ "const": "agent_web",
+ "description": "速報Web発見の証拠種別。",
+ "type": "string"
+ },
+ "linked_urls": {
+ "description": "投稿から到達したリンク先URL。",
+ "items": {
+ "format": "uri",
+ "type": "string"
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "published_at": {
+ "description": "画面上で確認した投稿日時。ISO 8601。",
+ "format": "date-time",
+ "type": "string"
+ },
+ "query": {
+ "description": "発見時に実際に使った検索語。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "quote_or_summary": {
+ "description": "発見理由の短い要約。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "stability": {
+ "const": "ephemeral",
+ "description": "消失・変更しうる一時的な発見記録。",
+ "type": "string"
+ },
+ "url": {
+ "description": "発見した投稿のURL。",
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "evidence_type",
+ "stability",
+ "discovery_source",
+ "query",
+ "url",
+ "author",
+ "published_at",
+ "checked_at",
+ "linked_urls"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "cache_key": {
+ "description": "根拠を含む保存済み実行結果の cache_key。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "quote_or_summary": {
+ "description": "根拠箇所の短い引用または要約。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "source": {
+ "$ref": "#/properties/open_questions/items/properties/evidence_refs/items/anyOf/1/properties/source"
+ },
+ "source_id": {
+ "description": "根拠となる source 内レコードID。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "tool": {
+ "description": "根拠を得た tool 名。例: jp_lit_search。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "url": {
+ "description": "根拠確認に使った公式 URL。",
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+]
removedInput schema / properties / next_actions / items / properties / evidence_refs / items / properties
Removed value: -{
- "cache_key": {
- "description": "根拠を含む保存済み実行結果の cache_key。",
- "minLength": 1,
- "type": "string"
- },
- "quote_or_summary": {
- "description": "根拠箇所の短い引用または要約。",
- "minLength": 1,
- "type": "string"
- },
- "source": {
- "$ref": "#/properties/open_questions/items/properties/evidence_refs/items/properties/source"
- },
- "source_id": {
- "description": "根拠となる source 内レコードID。",
- "minLength": 1,
- "type": "string"
- },
- "tool": {
- "description": "根拠を得た tool 名。例: jp_lit_search。",
- "minLength": 1,
- "type": "string"
- },
- "url": {
- "description": "根拠確認に使った公式 URL。",
- "minLength": 1,
- "type": "string"
- }
-}
removedInput schema / properties / next_actions / items / properties / evidence_refs / items / type
Removed value: -"object"
changedInput schema / properties / next_actions / items / properties / source / $ref
Previous value: -"#/properties/open_questions/items/properties/evidence_refs/items/properties/source"New value: +"#/properties/open_questions/items/properties/evidence_refs/items/anyOf/1/properties/source"
removedInput schema / properties / open_questions / items / properties / evidence_refs / items / additionalProperties
Removed value: -false
addedInput schema / properties / open_questions / items / properties / evidence_refs / items / anyOf
Added value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "author": {
+ "description": "画面上で確認した投稿者名またはアカウント表記。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "checked_at": {
+ "description": "エージェントが投稿を確認した日時。ISO 8601。",
+ "format": "date-time",
+ "type": "string"
+ },
+ "discovery_source": {
+ "description": "発見に使ったWeb検索サービス名。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "evidence_type": {
+ "const": "agent_web",
+ "description": "速報Web発見の証拠種別。",
+ "type": "string"
+ },
+ "linked_urls": {
+ "description": "投稿から到達したリンク先URL。",
+ "items": {
+ "format": "uri",
+ "type": "string"
+ },
+ "minItems": 1,
+ "type": "array"
+ },
+ "published_at": {
+ "description": "画面上で確認した投稿日時。ISO 8601。",
+ "format": "date-time",
+ "type": "string"
+ },
+ "query": {
+ "description": "発見時に実際に使った検索語。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "quote_or_summary": {
+ "description": "発見理由の短い要約。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "stability": {
+ "const": "ephemeral",
+ "description": "消失・変更しうる一時的な発見記録。",
+ "type": "string"
+ },
+ "url": {
+ "description": "発見した投稿のURL。",
+ "format": "uri",
+ "type": "string"
+ }
+ },
+ "required": [
+ "evidence_type",
+ "stability",
+ "discovery_source",
+ "query",
+ "url",
+ "author",
+ "published_at",
+ "checked_at",
+ "linked_urls"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "cache_key": {
+ "description": "根拠を含む保存済み実行結果の cache_key。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "quote_or_summary": {
+ "description": "根拠箇所の短い引用または要約。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "source": {
+ "$ref": "#/properties/open_questions/items/properties/related_sources/items",
+ "description": "結果を特定 source に絞る。未指定の場合は tool ごとの既定動作に従う。"
+ },
+ "source_id": {
+ "description": "根拠となる source 内レコードID。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "tool": {
+ "description": "根拠を得た tool 名。例: jp_lit_search。",
+ "minLength": 1,
+ "type": "string"
+ },
+ "url": {
+ "description": "根拠確認に使った公式 URL。",
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+]
removedInput schema / properties / open_questions / items / properties / evidence_refs / items / properties
Removed value: -{
- "cache_key": {
- "description": "根拠を含む保存済み実行結果の cache_key。",
- "minLength": 1,
- "type": "string"
- },
- "quote_or_summary": {
- "description": "根拠箇所の短い引用または要約。",
- "minLength": 1,
- "type": "string"
- },
- "source": {
- "$ref": "#/properties/open_questions/items/properties/related_sources/items",
- "description": "結果を特定 source に絞る。未指定の場合は tool ごとの既定動作に従う。"
- },
- "source_id": {
- "description": "根拠となる source 内レコードID。",
- "minLength": 1,
- "type": "string"
- },
- "tool": {
- "description": "根拠を得た tool 名。例: jp_lit_search。",
- "minLength": 1,
- "type": "string"
- },
- "url": {
- "description": "根拠確認に使った公式 URL。",
- "minLength": 1,
- "type": "string"
- }
-}
removedInput schema / properties / open_questions / items / properties / evidence_refs / items / type
Removed value: -"object"
changedInput schema / properties / open_questions / items / properties / related_sources / items / enum
Previous value: -[
- "ndl_search",
- "ndl_catalog",
- "ndl_digital",
- "ndl_articles",
- "ndl_articles_online",
- "irdb",
- "jdcat",
- "jstage_articles",
- "japan_search",
- "cinii_articles",
- "cinii_dissertations",
- "cinii_books",
- "kokkai_minutes",
- "teikoku_minutes",
- "nihu_bridge",
- "national_archives",
- "jacar",
- "nijl_articles",
- "kokusho",
- "ninjal_bibliography"
-]New value: +[
+ "ndl_search",
+ "ndl_reference_books",
+ "ndl_catalog",
+ "ndl_digital",
+ "ndl_articles",
+ "ndl_articles_online",
+ "irdb",
+ "jdcat",
+ "jstage_articles",
+ "japan_search",
+ "cinii_articles",
+ "cinii_dissertations",
+ "cinii_books",
+ "kokkai_minutes",
+ "teikoku_minutes",
+ "nihu_bridge",
+ "national_archives",
+ "jacar",
+ "nijl_articles",
+ "kokusho",
+ "ninjal_bibliography"
+]
changedInput schema / properties / research_goal / description
Previous value: -"現在の調査セッション全体の目的。"New value: +"指定した調査セッション全体の目的。"
addedInput schema / properties / session_id
Added value: +{
+ "description": "調査案件を識別する application state handle。jp_lit_start_session が返した値を渡す。形式は YYYY-MM-DD-HHMMSS-8桁hex(旧形式 YYYY-MM-DD-HHMMSS も可)。MCP transport の接続IDや cache_key とは別物。",
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}-\\d{6}(?:-[0-9a-f]{8})?$",
+ "type": "string"
+}
changedInput schema / properties / source_plans / items / properties / source / enum
Previous value: -[
- "ndl_search",
- "ndl_catalog",
- "ndl_digital",
- "ndl_articles",
- "ndl_articles_online",
- "irdb",
- "jdcat",
- "jstage_articles",
- "japan_search",
- "cinii_articles",
- "cinii_dissertations",
- "cinii_books",
- "kokkai_minutes",
- "teikoku_minutes",
- "nihu_bridge",
- "national_archives",
- "jacar",
- "nijl_articles",
- "kokusho",
- "ninjal_bibliography"
-]New value: +[
+ "ndl_search",
+ "ndl_reference_books",
+ "ndl_catalog",
+ "ndl_digital",
+ "ndl_articles",
+ "ndl_articles_online",
+ "irdb",
+ "jdcat",
+ "jstage_articles",
+ "japan_search",
+ "cinii_articles",
+ "cinii_dissertations",
+ "cinii_books",
+ "kokkai_minutes",
+ "teikoku_minutes",
+ "nihu_bridge",
+ "national_archives",
+ "jacar",
+ "nijl_articles",
+ "kokusho",
+ "ninjal_bibliography"
+]
addedInput schema / required
Added value: +[
+ "session_id"
+]