Submit compact STRING API requests for network, interaction partner, and enrichment endpoints. Use when a user wants concise STRING summaries
インストール
name: string-skill
description: Submit compact STRING API requests for network, interaction partner, and enrichment endpoints. Use when a user wants concise STRING summaries
Operating rules
Use scripts/rest_request.py for all STRING API calls.
Use base_url=https://string-db.org/api/json.
Use method=POST with form_body for STRING endpoints.
Include caller_identity in form_body; keep it stable within a session when possible.
The script accepts max_items; for network and interaction_partners, start with API limit=10 and max_items=10.
For enrichment, summarize the top 5 to 10 rows unless the user asks for more.
Re-run requests in long conversations instead of relying on prior tool output.
Treat displayed ... in tool previews as UI truncation, not literal request content.
Execution behavior
Return concise markdown summaries from the script JSON by default.
Return the script JSON verbatim only if the user explicitly asks for machine-readable output.
Prefer these paths: network, interaction_partners, and enrichment.
For long identifier lists, keep the request small and paged; if full results are needed, use save_raw=true.