MCP: create knowledge sources and file articles into them
MCP: create knowledge sources and file articles into them
An AI assistant connected over the MCP server can now create a knowledge source and file the articles it writes into that source. A batch of imported documents then appears on the Knowledge page as one source instead of loose articles under Created in Ada.
What’s new
- Create a source:
edit_agent_configaccepts aknowledge_sourceentity withname, optionalexternal_id, and optionalmetadata. Create only; rename and delete stay in the Knowledge API. - List sources:
list_entitiesacceptsentity_type='knowledge_sources'and returns each source’s Adaid, Knowledge APIexternal_id, and deletionstatus. - File an article into a source:
edit_agent_behavioracceptsknowledge_source_idon knowledge articlecreatedandmodifiedchanges. Sources that hold imported articles, are managed by an integration, are a website import, or are being deleted are refused. - Dashboard keeps Edit and Delete: articles written in Ada stay editable in the dashboard whichever source they are filed under, and saving one no longer moves it back to Created in Ada.