CogitaveLearn

Knowledge check

Check your knowledge

Choose an answer to see why it is right or wrong.

JavaScript is off, so every explanation is shown at once.

  1. 01ADR-0003 considered three options for Core's query surface: MCP-native, REST/GraphQL-native with an MCP adapter, and a proprietary agent RPC. Which did it choose, and why?

  2. 02A call to docs_search sends a query field of the wrong type. What happens under Core's MCP contract, and why was it designed that way?

  3. 03query_graph is the one Core tool that runs an actual graph-query pattern. What keeps it from being a general, unrestricted query escape hatch?

  4. 04request_intake and advance_stage let an agent work the request lifecycle over MCP. What do they actually do?