|
1 | 1 | { |
2 | 2 | "serverInfo": { |
3 | 3 | "name": "Pequi API", |
4 | | - "version": "0.1.0", |
5 | | - "description": "Colombia's first real estate data API — properties, neighborhoods, price benchmarks, geocoding, contracts, and payments" |
| 4 | + "version": "0.3.1", |
| 5 | + "description": "Colombia real estate data API" |
6 | 6 | }, |
7 | 7 | "authentication": { |
8 | 8 | "required": false |
9 | 9 | }, |
10 | 10 | "tools": [ |
11 | 11 | { |
12 | 12 | "name": "search_properties", |
13 | | - "description": "Search real estate listings in Colombian cities with filters for type, neighborhood, price, bedrooms, bathrooms, stratum, and operation" |
| 13 | + "description": "Search real estate listings" |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | "name": "get_barrios", |
17 | | - "description": "Get all neighborhoods with GIS coordinates and socioeconomic data for Ibagué (64) and Bogotá (212)" |
| 17 | + "description": "Neighborhoods with GIS and estratos" |
18 | 18 | }, |
19 | 19 | { |
20 | 20 | "name": "get_benchmarks", |
21 | | - "description": "Get price benchmarks per m² broken down by neighborhood, property type, and stratum" |
| 21 | + "description": "Price benchmarks per m\u00b2" |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "name": "geocode", |
25 | | - "description": "Convert Colombian addresses to GIS coordinates" |
| 25 | + "description": "Convert Colombian addresses to GIS" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "get_uvr", |
| 29 | + "description": "Current UVR from BanRep" |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "get_ipc", |
| 33 | + "description": "Annual IPC inflation" |
| 34 | + }, |
| 35 | + { |
| 36 | + "name": "calculate_rent_increase", |
| 37 | + "description": "Max legal rent increase under Ley 820" |
| 38 | + }, |
| 39 | + { |
| 40 | + "name": "get_upzs", |
| 41 | + "description": "Bogot\u00e1 UPZ boundaries" |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "get_cadastral_valuation", |
| 45 | + "description": "IGAC cadastral values" |
| 46 | + }, |
| 47 | + { |
| 48 | + "name": "get_mortgage_rates", |
| 49 | + "description": "Mortgage rates from 10 banks" |
26 | 50 | } |
27 | 51 | ], |
28 | 52 | "resources": [ |
29 | 53 | { |
30 | 54 | "uri": "pequi://ibague", |
31 | | - "name": "Ibagué Neighborhood Data", |
| 55 | + "name": "Ibagu\u00e9 Neighborhood Data", |
32 | 56 | "mimeType": "application/json" |
33 | 57 | }, |
34 | 58 | { |
35 | 59 | "uri": "pequi://bogota", |
36 | | - "name": "Bogotá Neighborhood Data", |
| 60 | + "name": "Bogot\u00e1 Neighborhood Data", |
37 | 61 | "mimeType": "application/json" |
38 | 62 | } |
39 | 63 | ], |
|
0 commit comments