accordo
Read-only documentation for Accordo, the open-source framework coding agents use to build custom CRMs.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Docs: Keyword search across this framework's documentation set (README, AGENTS, ARCHITECTURE, PRODUCT, DECISIONS and everything under docs/). Returns the file path, the nearest heading and an e
- Get Capability: Resolve a capability from the claims ledger by id (C-nn), by standing-limitation id (L-nn), or by topic. Every capability is returned together with the evidence that proves it and the
- Check Job: Answer "can this framework do X?" against the CRM jobs-to-be-done index. Returns the matching jobs with their status (not supported / partially supported / technically supported / validated
What data it sees
Do you need an account
No: the server works without sign-in
Read-only documentation for Accordo, the open-source framework coding agents use to build custom CRMs. Search framework docs, check supported business jobs, and retrieve capabilities together with their evidence and limitations. This server serves public documentation; it does not access customer CRM records or perform CRM actions.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| search_docs | Keyword search across this framework's documentation set (README, AGENTS, ARCHITECTURE, PRODUCT, DECISIONS and everything under docs/). Returns the file path, the nearest heading and an excerpt for each hit. Read-only; it serves documentation, never customer records. |
| get_capability | Resolve a capability from the claims ledger by id (C-nn), by standing-limitation id (L-nn), or by topic. Every capability is returned together with the evidence that proves it and the limitation that bounds it — this tool cannot return one without the other. |
| check_job | Answer "can this framework do X?" against the CRM jobs-to-be-done index. Returns the matching jobs with their status (not supported / partially supported / technically supported / validated end to end), the tests that prove them, and an explicit answer when the truth is that the job is not supported. |