You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Drop raw schema from get-dataset, stop nudging get-dataset-schema
Calibration outcome for #882 (probe: 10 top store Actors; Mixpanel: the
get-dataset-schema tool is rarely called):
- get-dataset no longer returns the raw Apify dataset.schema (93–95% of
response bytes on top Actors, 23–39% phantom fields). The flat `fields`
list it already returns is the complete, projection-ready inventory.
- Remove the nudges that steer the LLM into get-dataset-schema (a rarely
needed, context-heavy call): drop it from get-dataset's description and
nextStep, and from get-dataset-items' last-page nextStep (now points at
get-dataset for the field list).
- get-dataset-schema stays as an on-demand tool, unchanged — no depth cap;
when explicitly called it returns the full inferred schema.
Note for apify-mcp-server-internal: get-dataset structuredContent no longer
carries the schema key.
https://claude.ai/code/session_01Sf9wACoa9h9y2m2WZ2Sde5
0 commit comments