@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/openapi-for-agent-tools>
  a schema:TechArticle ;
  schema:headline "OpenAPI for Agent Tools" ;
  schema:url <https://anchorfact.org/computer-science/openapi-for-agent-tools/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/openapi-for-agent-tools>
  schema:citation <https://spec.openapis.org/oas/v3.1.1.html> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/openapi-for-agent-tools>
  schema:citation <https://modelcontextprotocol.io/specification/2024-11-05/server/tools> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/openapi-for-agent-tools>
  schema:citation <https://developers.openai.com/api/docs/guides/function-calling> ;
  af:sourceTier "B" .