A small best-practice improvement for the manage-server-scripts skill.
For reading a table in a script, today it only mentions the raw path (raw SQL / p9.manager.query). That works, but the skill never mentions the cleaner typed way: link the table via entitySets and you get an entities.<contextname> accessor, same as dragging the table from Resources
save_server_script already accepts entitySets, so Claude can set this up itself.
Suggestion: add a short note recommending entities.<table> as the default, with raw SQL as the fallback.
A small best-practice improvement for the manage-server-scripts skill.
For reading a table in a script, today it only mentions the raw path (raw SQL /
p9.manager.query). That works, but the skill never mentions the cleaner typed way: link the table viaentitySetsand you get anentities.<contextname>accessor, same as dragging the table from Resourcessave_server_scriptalready acceptsentitySets, so Claude can set this up itself.Suggestion: add a short note recommending
entities.<table>as the default, with raw SQL as the fallback.