5 comments

  • gavinray1 hour ago
    I work at a company with an LLM-adjacent tool.<p>The best solution we could find for this problem was a combination of a Wiki + &quot;Saved Programs&quot; (executable scripts).<p>When you ask a question, the system does a fuzzy Wiki search to see if any topic has relevant info. Wiki links serve as &quot;graph edges&quot; that form a Knowledge Graph.<p>So lets say I ask &quot;What products from the FOOBAR API sold least last month?&quot;<p>The agent would look up &quot;FOOBAR API&quot;, and then write a script to call the &quot;products&quot; endpoint with a date range + SQL fetch from &quot;sales&quot; DB and do whatever it needs to do.<p>If none of this info exists (URL to FOOBAR, location of &quot;sales&quot; data), the agent asks for more info and offers to update the wiki for future.
    • nimonian15 minutes ago
      Very close to this at my company. We have docs each of which having its description in the yaml. An MCP tool lists the doc sections, a full section with its descriptions, or the entire contents of a doc. A kind of progressive disclosure. Works really well. We even write &quot;skills&quot; this way so they can be used in all our chat environments.
  • gavinray1 hour ago
    It feels like there&#x27;s a lot of overlap with the existing MCP &quot;Resources&quot; [0] concept, and that &quot;Searchable Registry&quot; + multi-protocol (MCP&#x2F;A2A, etc) is the main difference?<p>Too many protocols got created (MCP, A2A, etc) and so now you&#x27;ve got to create a new standard that can consume them all, and Google being a search index would like to index them, please =)<p>[0]: <a href="https:&#x2F;&#x2F;modelcontextprotocol.io&#x2F;specification&#x2F;2025-11-25&#x2F;server&#x2F;resources" rel="nofollow">https:&#x2F;&#x2F;modelcontextprotocol.io&#x2F;specification&#x2F;2025-11-25&#x2F;ser...</a>
    • Catloafdev1 hour ago
      As always, relevant XKCD <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;</a>
  • iandanforth1 hour ago
    This is search. Please don&#x27;t reinvent search with a new acronym.<p>Agents can use Google. They can also see all the same signals humans do to judge quality. Maybe there&#x27;s a need for a specialized directory, but does it need a spec or an acronym? No.
    • cyanydeez1 hour ago
      MCPs: Json endpoints with a &quot;description&quot; field.
      • 0x45736 minutes ago
        More like: JSON-RPC, but without all good stuff.
    • abujazar28 minutes ago
      But &quot;search&quot; doesn&#x27;t have &quot;agentic&quot; in it. But oh wait, we can make it:<p>Super Explanatory Agentic Resource Catalog Heurestics - SEARCH
  • wslh1 hour ago
    This seems useful as a standard interface, but, again, doesn’t solve the harder discovery problem. Once there is value in appearing in the top results, the system inherits the same adversarial dynamics as SEO&#x2F;app stores, spam, scams, etc.
  • 10cmd38 minutes ago
    [dead]