9d570ce983635c597b5b6856c1634f2d1328ede7source_git · dreamfactorysoftware/df-mcp · latest release
Observed 2026-08-25T09:38:07.058Z using mcpSecurity-inventory. Protocol 2024-11-05.
| Tool | Category | Risk |
|---|---|---|
call-stored-functionCall a stored functionInput schema{
"type": "object",
"properties": {
"functionName": {
"type": "string"
}
},
"required": [
"functionName"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
call-stored-procedureCall a stored procedureInput schema{
"type": "object",
"properties": {
"procedureName": {
"type": "string"
}
},
"required": [
"procedureName"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
get-stored-functionsGet stored functions available in the databaseInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
get-stored-proceduresGet stored procedures available in the databaseInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
get-table-dataRetrieve the data of a specific tableInput schema{
"type": "object",
"properties": {
"tableName": {
"type": "string"
},
"fields": {
"type": "array",
"items": {
"type": "string"
}
},
"filter": {
"type": "string",
"description": "SQL-like filter to limit the records to retrieve."
},
"offset": {
"type": "number",
"default": 0,
"description": "Offset for pagination."
},
"limit": {
"type": "number",
"default": 10,
"description": "Limit for pagination."
},
"order": {
"type": "string",
"description": "SQL-like order containing field and direction for filter results."
},
"group": {
"type": "string",
"description": "Comma-delimited list of the fields used for grouping of filter results."
},
"continue": {
"type": "boolean",
"default": false,
"description": "In batch scenarios where supported, continue processing even after one action fails. Default behavior is to halt and return results up to the first point of failure."
},
"related": {
"type": "string",
"description": "Comma-delimited list of related names to retrieve for each resource. (it will be found in the related field of the schema)"
}
},
"required": [
"tableName"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
get-table-schemaRetrieve the schema of a specific tableInput schema{
"type": "object",
"properties": {
"tableName": {
"type": "string"
}
},
"required": [
"tableName"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
get-tablesGet tables available in the databaseInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
list-toolsList available toolsInput schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
Compared with initial baseline using full_baseline.
| Risk | Change | Subject |
|---|---|---|
| No material changes recorded. | ||
| Severity | Finding | Advisory |
|---|---|---|
| No confirmed vulnerability is published for this version. | ||
Artifact SHA-256: dbc0c9c9227377dcb490d246004c2106f0da07245d127a609356432aaa897245
Scanner: mcp-proof-engine 0.1.0.