ACI.dev Functions API
Search, inspect, and execute the callable Functions (tools) exposed by configured Apps. Function definitions are returned in OpenAI- and Anthropic-compatible JSON Schema, and the same surface powers the unified MCP server's ACI_SEARCH_FUNCTIONS and ACI_EXECUTE_FUNCTION meta-tools.
Documentation
Documentation
https://aci.dev/docs/core-concepts/function.md
Documentation
https://aci.dev/docs/api-reference/functions/search-functions.md
Documentation
https://aci.dev/docs/api-reference/functions/get-function-definition.md
Documentation
https://aci.dev/docs/api-reference/functions/execute.md
Specifications
Examples
Example
https://raw.githubusercontent.com/api-evangelist/aci-dev/refs/heads/main/examples/aci-dev-search-functions-example.json
Example
https://raw.githubusercontent.com/api-evangelist/aci-dev/refs/heads/main/examples/aci-dev-execute-function-example.json
Schemas & Data
JSONSchema
https://raw.githubusercontent.com/api-evangelist/aci-dev/refs/heads/main/json-schema/aci-dev-function-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/aci-dev/refs/heads/main/json-schema/aci-dev-function-execute-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/aci-dev/refs/heads/main/json-schema/aci-dev-function-execution-result-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/aci-dev/refs/heads/main/json-schema/aci-dev-openai-function-definition-schema.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/aci-dev/refs/heads/main/json-schema/aci-dev-anthropic-function-definition-schema.json