rechercher_dans_texte_legal
Recherche dans les textes legaux historiques avec validation MCP (lois, ordonnances, decrets, arretes)
Parametres
| Parametre | Type | Description |
|---|---|---|
search |
string | Mots-cles ou numero d'article (obligatoire) |
text_id |
string | Numero du texte (format AAAA-NUMERO, optionnel) |
champ |
string | Champ: ALL, TITLE, TABLE, NUM_ARTICLE, ARTICLE |
max_results |
integer | Nombre de resultats (defaut: 10, max: 100) |
sort |
string | Tri: PERTINENCE, PUBLICATION_DATE_ASC, PUBLICATION_DATE_DESC |
type_recherche |
string | TOUS_LES_MOTS_DANS_UN_CHAMP, EXACTE, UN_DES_MOT |
Exemples
Recherche d'un article specifique dans une loi:
{
"name": "rechercher_dans_texte_legal",
"arguments": {
"search": "7",
"text_id": "78-17",
"champ": "NUM_ARTICLE"
}
}
Recherche generale:
{
"name": "rechercher_dans_texte_legal",
"arguments": {
"search": "signature electronique validite conditions",
"max_results": 10
}
}